firebirds
f8c4c3862d
increment build number
2016-08-11 00:02:19 +00:00
e7d88a1dbc
Implemented CORE-5266: Allow statement 'create OR ALTER user sysdba password ...' to initialize empty securityN.fdb
2016-08-10 16:57:28 +03:00
hvlad
90b35adb7c
Attempt to make self-referencing foreign keys with ON UPDATE CASCADE work correctly.
...
It also fixes a bug CORE-5305 : CASCADE UPDATE fails for self-referencing FK
2016-08-10 13:58:21 +03:00
firebirds
7cfe3ebbae
increment build number
2016-08-09 00:02:20 +00:00
ilya071294
7bcd016672
Fixed deletion of existing backup file when backup is unsuccessful ( #43 )
2016-08-08 16:24:07 +03:00
firebirds
18cac4c12a
increment build number
2016-08-08 00:02:20 +00:00
Adriano dos Santos Fernandes
54795bddd4
Misc.
2016-08-07 17:59:48 -03:00
firebirds
f80b660730
increment build number
2016-08-06 00:02:19 +00:00
70912f2d1f
Postfix for CORE-5269, fixed SS case, thanks to Pavel
2016-08-05 14:01:20 +03:00
firebirds
781a41d2e0
increment build number
2016-08-04 00:02:19 +00:00
8bc941c12f
Postfix for CORE-5269
2016-08-03 18:32:15 +03:00
9d8b20a77e
Fixed CORE-5269: FBTRACEMGR should understand "role <name>" command switch (needed to explicitly connect with role with "TRACE_ANY_ATTACHMENT" privilege)
2016-08-03 16:35:38 +03:00
firebirds
6e3f94488f
increment build number
2016-08-01 00:02:19 +00:00
Adriano dos Santos Fernandes
01c131b6f7
Improvements to NTILE after Pavel Zotov comments in CORE-3618.
2016-07-31 13:41:40 -03:00
Adriano dos Santos Fernandes
fc3cd8f4be
Misc.
2016-07-31 12:16:04 -03:00
firebirds
a1b244d043
increment build number
2016-07-29 00:02:20 +00:00
ec29de38ca
Fixed CORE-5270: FBSVCMGR does not produce error while attempting to shutdown a database without specified timeout (prp_force_shutdown N)
2016-07-28 18:54:47 +03:00
bbe640a39c
Better fix for CORE-5264 - thanks to Vlad
2016-07-28 18:16:09 +03:00
fa9f723cce
Minor diagnostics cleanup
2016-07-28 15:19:39 +03:00
firebirds
8df890c52c
increment build number
2016-07-27 00:02:19 +00:00
Adriano dos Santos Fernandes
600b40883a
Postfix for rework on CORE-5277 to avoid CORE-5304 regression ( 0d46c91
).
...
CORE-5277 - Parameters with multibyte character sets allow to bypass the character limit of varchar fields.
CORE-5304 - Regression: Can not restore database with table contains field CHAR(n) and UTF8 character set.
2016-07-26 13:23:27 -03:00
firebirds
5fd5021ea3
increment build number
2016-07-25 00:02:18 +00:00
Dmitry Yemanov
6d70adfc97
Fix a couple of issues with transaction numbers.
2016-07-24 11:22:07 +03:00
firebirds
73c6ac00a7
increment build number
2016-07-24 00:02:19 +00:00
a81d583845
Fixed CORE-5291: Error messages differ when regular user tries to RESTORE database, depending on his default role and (perhaps) system privilege USE_GBAK_UTILITY
2016-07-23 15:07:11 +03:00
firebirds
da48b92446
increment build number
2016-07-23 00:02:18 +00:00
Dmitry Yemanov
76899617d1
Attempting to fix a new incarnation of the infinite loop inside the
...
CrossJoin ctor.
2016-07-22 20:08:52 +03:00
firebirds
c2665b0683
increment build number
2016-07-22 00:02:55 +00:00
efcd63bbab
cleanup
2016-07-21 20:41:16 +03:00
1ee0e9c571
Test repository access rights
2016-07-21 20:14:20 +04:00
firebirds
066af4665e
increment build number
2016-07-18 00:02:47 +00:00
Adriano dos Santos Fernandes
e192e9e70f
Fixed CORE-5313 - Data type unknown error with LIST.
2016-07-17 20:42:47 -03:00
firebirds
e98b886fc9
increment build number
2016-07-17 00:02:55 +00:00
Adriano dos Santos Fernandes
24df7c3d9c
Remove hability to overflow declared character length in legacy multibyte charsets.
2016-07-16 15:46:54 -03:00
firebirds
244d996035
increment build number
2016-07-16 00:03:10 +00:00
f06a8c30a9
Code cleanup
2016-07-15 18:46:44 +03:00
97afe43dc3
Fixed CORE-5264: To unlock a raw device DB is not working.
2016-07-15 18:05:24 +03:00
firebirds
4d53676261
increment build number
2016-07-15 00:03:01 +00:00
Dmitry Yemanov
f91cce98b9
Postfix for Adriano's commit.
2016-07-14 13:00:30 +03:00
firebirds
b8302acff3
increment build number
2016-07-14 00:02:59 +00:00
Adriano dos Santos Fernandes
36e4fa9461
Rework on CORE-5277 to avoid CORE-5304 regression.
...
CORE-5277 - Parameters with multibyte character sets allow to bypass the character limit of varchar fields.
CORE-5304 - Regression: Can not restore database with table contains field CHAR(n) and UTF8 character set.
2016-07-13 16:28:45 -03:00
Adriano dos Santos Fernandes
14ca252891
Allow to use the BULK_INSERT hack with others commands.
2016-07-13 16:28:45 -03:00
Dmitry Yemanov
4759ea8aa3
Bugfix for CORE-5307: Random 'invalid transaction handle' errors are returned from the engine.
2016-07-13 18:48:12 +03:00
72535dc120
Fixed CORE-5308: ISQL hangs in BLOBVIEW command
2016-07-13 13:05:51 +03:00
firebirds
8cfc297ccf
increment build number
2016-07-12 00:02:54 +00:00
Dmitry Yemanov
614489e3e0
Postfix for CORE-5277: zero-initialize strings allocated for (? IS NULL) parameters to avoid garbage being read while validating the length.
2016-07-11 13:31:45 +03:00
cccf76695c
Style - thanks to Adriano
2016-07-11 12:18:48 +03:00
44e97a7a73
Fixed CORE-5284: Firebird fails to build with USE_VALGRIND
2016-07-11 12:09:57 +03:00
Adriano dos Santos Fernandes
8962c089bb
Misc.
2016-07-10 22:51:02 -03:00
firebirds
609111ba32
increment build number
2016-07-10 00:02:54 +00:00