firebirds
|
2ed75f6d96
|
nightly update
|
2012-02-07 04:56:43 +00:00 |
|
robocop
|
49bf3a476d
|
const
|
2012-02-07 03:33:32 +00:00 |
|
robocop
|
186c817caa
|
Playing with fire: converting some static functions into member functions. I tried to check every change I did.
|
2012-02-07 03:17:52 +00:00 |
|
asfernandes
|
54986a0b0b
|
Misc.
|
2012-02-06 21:50:49 +00:00 |
|
asfernandes
|
9a85f4f48b
|
Refactor SET TRANSACTION command.
|
2012-02-06 20:10:50 +00:00 |
|
asfernandes
|
cf0cf42288
|
Refactor COMMIT and ROLLBACK commands.
|
2012-02-06 20:10:07 +00:00 |
|
firebirds
|
af4d1d158a
|
nightly update
|
2012-02-06 04:49:29 +00:00 |
|
asfernandes
|
0437488857
|
Misc.
|
2012-02-05 14:46:03 +00:00 |
|
firebirds
|
15fb0e1015
|
nightly update
|
2012-02-04 04:51:23 +00:00 |
|
asfernandes
|
27bb1f8bc1
|
1) Removed READ/WRITE BLOB sql commands. 2) Refactored request operations to fix server crashes.
|
2012-02-03 19:01:36 +00:00 |
|
firebirds
|
aba334d844
|
nightly update
|
2012-01-29 04:36:52 +00:00 |
|
asfernandes
|
e51ddc7a38
|
Misc.
|
2012-01-29 02:53:44 +00:00 |
|
firebirds
|
d7acef0194
|
nightly update
|
2012-01-28 04:37:08 +00:00 |
|
robocop
|
32712c2c40
|
Misc and cleanup
|
2012-01-27 09:10:12 +00:00 |
|
firebirds
|
e79325330f
|
nightly update
|
2012-01-27 04:37:52 +00:00 |
|
hvlad
|
a10c75f37c
|
Update windows builds
|
2012-01-26 14:14:25 +00:00 |
|
dimitr
|
43898b2d41
|
I believe this flag is redundant as it duplicates the information already available on the index root page.
|
2012-01-26 07:38:14 +00:00 |
|
dimitr
|
104814f721
|
Slightly refactored the b-tree nodes. This commit includes cleaning up ods.h from the runtime (in memory) structures and encapsulating the b-tree nodes implementation inside their corresponding objects. To be continued.
|
2012-01-26 07:01:45 +00:00 |
|
firebirds
|
88e24d5ed9
|
nightly update
|
2012-01-26 04:36:48 +00:00 |
|
asfernandes
|
819da0f942
|
Fixed problem with default collation.
|
2012-01-25 17:46:44 +00:00 |
|
alexpeshkoff
|
6b88a478c3
|
Avoid presence of a lot of unneeded stuff like exceptions and pools in fbudf. This also fixes segfault when library is unloaded.
|
2012-01-25 13:49:08 +00:00 |
|
alexpeshkoff
|
d9fd86a645
|
Warning
|
2012-01-25 13:30:52 +00:00 |
|
alexpeshkoff
|
d694457a91
|
Simplify .h-file dependencies
|
2012-01-25 09:19:10 +00:00 |
|
dimitr
|
e265d5e6a3
|
Simplification.
|
2012-01-25 07:32:35 +00:00 |
|
dimitr
|
88336dfde3
|
Cleaned up and slightly refactored the XDR logic.
|
2012-01-25 07:13:53 +00:00 |
|
firebirds
|
a87befaf15
|
nightly update
|
2012-01-25 04:39:27 +00:00 |
|
dimitr
|
9c035feea4
|
Front ported CORE-3730: isc_dsql_exec_immed2() loses input parameter value with RETURNING clause.
|
2012-01-24 10:02:46 +00:00 |
|
robocop
|
c333847adf
|
Uninvited file went with others in the commit.
|
2012-01-24 09:26:07 +00:00 |
|
robocop
|
21cd78a0fd
|
Cleanup: unused functions, parameters & variables.
|
2012-01-24 03:37:43 +00:00 |
|
firebirds
|
cdad33c2a6
|
nightly update
|
2012-01-24 03:21:35 +00:00 |
|
robocop
|
e30d6a6c1f
|
Move hardcoded message to the msg db.
|
2012-01-24 03:11:40 +00:00 |
|
robocop
|
a12820300f
|
Move hardcoded message to the msg db.
|
2012-01-24 03:04:28 +00:00 |
|
robocop
|
e498deb078
|
Totally misc.
|
2012-01-24 02:23:43 +00:00 |
|
robocop
|
1c42a4cd5c
|
Make qli understand -n again for the almost useless function of suppressing the one-line welcome banner (but a common practice for TCS).
|
2012-01-24 02:21:25 +00:00 |
|
asfernandes
|
a62c4b17d3
|
Fixed CORE-2457 - UNICODE_CI internal gds software consistency check.
|
2012-01-24 00:16:50 +00:00 |
|
firebirds
|
ccc264fa42
|
nightly update
|
2012-01-22 03:20:56 +00:00 |
|
asfernandes
|
8d5413ee98
|
Misc.
|
2012-01-22 01:10:58 +00:00 |
|
asfernandes
|
540da0d53f
|
Misc.
|
2012-01-21 19:04:28 +00:00 |
|
firebirds
|
2868cc6cdd
|
nightly update
|
2012-01-21 03:23:22 +00:00 |
|
dimitr
|
f0112290c6
|
Disallowed deletions from RDB$DATABASE. This fixes the only problematic part of CORE-3735: Unprivileged user can delete from RDB$DATABASE, RDB$COLLATIONS, RDB$CHARACTER_SETS. The implemented solution could be used to protect other system tables from direct modifications.
|
2012-01-20 10:23:31 +00:00 |
|
firebirds
|
901e906fe3
|
nightly update
|
2012-01-20 03:22:42 +00:00 |
|
asfernandes
|
ed3d7ed720
|
Misc.
|
2012-01-20 01:42:03 +00:00 |
|
asfernandes
|
e2f2a24151
|
Fixed CORE-3737 - EXECUTE BLOCK parameters definitions are not respected and may cause wrong behavior related to character sets.
|
2012-01-19 17:30:58 +00:00 |
|
alexpeshkoff
|
77d484a6da
|
Fixed CORE-3736: WITH LOCK clause is allowed for users with read-only rights on some table, thus blocking others from updating this table
|
2012-01-19 15:11:32 +00:00 |
|
robocop
|
0cf9a89faa
|
Some paranoid checks for extreme cases.
|
2012-01-19 08:07:59 +00:00 |
|
robocop
|
c423110263
|
Stop db triggers in qli, from Herr Schlottmann-Gödde
|
2012-01-19 08:00:15 +00:00 |
|
robocop
|
670b1a5d56
|
Cleanup.
|
2012-01-19 06:26:12 +00:00 |
|
robocop
|
5ad1da3891
|
Simplification.
|
2012-01-19 05:42:04 +00:00 |
|
robocop
|
e2914070b9
|
Misc.
|
2012-01-19 04:54:39 +00:00 |
|
firebirds
|
fa672443a6
|
nightly update
|
2012-01-19 03:20:33 +00:00 |
|