8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
Commit Graph

49224 Commits

Author SHA1 Message Date
firebirds
7d58701c38 nightly update 2013-02-19 01:09:55 +00:00
asfernandes
ba09d5262f Misc. 2013-02-18 15:28:50 +00:00
alexpeshkoff
37d353d392 Make openCursor() use default output format when none is given explicitly 2013-02-18 13:53:46 +00:00
alexpeshkoff
0099e61d67 misc 2013-02-18 11:42:45 +00:00
alexpeshkoff
cc4b4195bb A sample of using OO API 2013-02-18 11:07:38 +00:00
alexpeshkoff
7ab231a713 A number of fixes related with ICoerceMetadata interface - thanks to Adriano 2013-02-18 11:06:52 +00:00
hvlad
205a7213a6 Update MSVC9 build 2013-02-18 08:27:54 +00:00
hvlad
b060abbbf5 Update MSVC8 build 2013-02-18 08:23:56 +00:00
alexpeshkoff
c34aaed964 Cleanup - thanks to Adriano 2013-02-18 07:54:25 +00:00
asfernandes
d3f8597c53 Misc. 2013-02-18 02:14:43 +00:00
firebirds
50088953bc nightly update 2013-02-18 00:46:08 +00:00
asfernandes
ddc4d4eac3 Misc. 2013-02-17 23:06:40 +00:00
alexpeshkoff
fc12495d0e Modified IStatement interface in our API:
1. Never allocate empty statement - always use att->prepare() to create statement interface
2. Separated IStatement into 2 parts - statement itself and resultset.
3. Added stmt->openCursor() (and att->openCursor() for unprepared statements) to create IResultSet.
4. Always use IMessageMetadata (former IParametersMetadata) to pass message fromat info from client,
   therefore avoiding need in BLR generation in client applications.
2013-02-17 12:08:53 +00:00
firebirds
6c92a56074 nightly update 2013-02-16 01:06:07 +00:00
asfernandes
491fdd82b2 Unifying the external engines API with the new ones. 2013-02-15 02:48:54 +00:00
firebirds
d88daeb645 nightly update 2013-02-12 06:57:51 +00:00
asfernandes
2ca8ca20db Misc. 2013-02-11 01:57:15 +00:00
firebirds
8983b0d1f5 nightly update 2013-02-10 06:47:56 +00:00
firebirds
8ec04a3211 nightly update 2013-02-09 06:16:23 +00:00
dimitr
bf716e4e3f Cleanup. 2013-02-09 05:47:19 +00:00
asfernandes
fb01fe56fc Fix SELECT FOR UPDATE problem related to r57615 change. 2013-02-09 01:51:27 +00:00
asfernandes
7b3386ee2b Misc. 2013-02-08 01:50:37 +00:00
asfernandes
ac14501c6a Parse BLR messages using BlrReader (and without duplicate code) to avoid segfaults with truncated or invalid data. 2013-02-08 01:48:49 +00:00
asfernandes
66ba00e124 Misc. 2013-02-08 01:48:28 +00:00
alexpeshkoff
5aa85c8bba Fixed employee build - avoid CHECK constraint errors 2013-02-07 12:51:56 +00:00
firebirds
43c546869b nightly update 2013-01-31 05:37:28 +00:00
asfernandes
d394515355 Misc. 2013-01-31 00:33:23 +00:00
firebirds
41779a116d nightly update 2013-01-30 05:35:07 +00:00
dimitr
093462e82f Fixed inconsistency in the debug info version. 2013-01-29 15:09:34 +00:00
firebirds
e29fe3ecb5 nightly update 2013-01-29 05:33:50 +00:00
asfernandes
dc8e42e9bb Migrate external triggers to the new message-based style. 2013-01-29 01:21:32 +00:00
firebirds
cdc7e4cd64 nightly update 2013-01-26 05:56:52 +00:00
dimitr
1d4ff45d6b Slightly optimized fetches for internal EXECUTE STATEMENT. 2013-01-25 13:01:19 +00:00
dimitr
75afc9a89c Misc. 2013-01-25 12:34:54 +00:00
dimitr
358b173fee More work towards unlimited SQL/BLR lengths. 2013-01-25 12:34:19 +00:00
firebirds
be7767eec8 nightly update 2013-01-25 06:06:33 +00:00
dimitr
6609d160b6 Slightly improved the condition for the Adriano's backward compatibility workaround, this optimizes METD_move() into a plain memcpy() for strings with an explicitly declared charset. 2013-01-24 16:52:13 +00:00
dimitr
0c2a0fead7 This trivial optimization saves a few percents of performance when reading/writing DBKEYs from/to compatible local variables. 2013-01-24 09:30:38 +00:00
dimitr
a7a6a45ec2 Misc adjustments. 2013-01-24 07:05:34 +00:00
firebirds
df1907732d nightly update 2013-01-21 03:32:12 +00:00
asfernandes
e8c7ca3e0f Fixed truncated error message for wrong CREATE COLLATION. 2013-01-20 19:55:52 +00:00
asfernandes
42cbecab05 Fixed a problem with CREATE COLLATION. 2013-01-20 15:11:57 +00:00
firebirds
c7b1d46b35 nightly update 2013-01-17 03:36:03 +00:00
dimitr
2cab423897 Simplest fix for CORE-4038: Broken optimization for the stored dbkeys. 2013-01-16 17:08:08 +00:00
firebirds
6e3777061d nightly update 2013-01-16 03:23:24 +00:00
alexpeshkoff
f1ac4750f6 warning 2013-01-15 11:39:41 +00:00
firebirds
3e770a979d nightly update 2013-01-09 03:48:04 +00:00
alexpeshkoff
6451897703 warnings 2013-01-08 16:03:41 +00:00
alexpeshkoff
da8dadcf58 Script to check correctness of FB_XX_VERSION constants in h-files 2013-01-08 15:47:27 +00:00
alexpeshkoff
ff6412e7a3 misc 2013-01-08 15:23:29 +00:00