firebirds
d3ea364cb5
increment build number
2020-02-27 00:04:48 +00:00
AlexPeshkoff
1da2ddc7f6
Make appropriate use of expanded (for system calls) and original (for user-readable diagnostic) more clear
2020-02-26 14:07:43 +03:00
Adriano dos Santos Fernandes
8df1b279e8
Fix regression with conversion from hex literal in string to number
...
reported by Pavel Zotov.
2020-02-25 22:21:23 -03:00
firebirds
d7a1074e4d
increment build number
2020-02-26 00:04:45 +00:00
hvlad
57599e6973
Fixed bug CORE-6253 : Crash via locked fb_lock file
2020-02-25 12:46:34 +02:00
AlexPeshkoff
92fbd23039
Fixed example - thanks to DS
2020-02-25 09:02:24 +03:00
firebirds
7bafffb8f2
increment build number
2020-02-25 00:04:45 +00:00
hvlad
1922f1f8cd
Fixed bug CORE-6252 : UNIQUE CONSTRAINT violation
2020-02-24 22:20:25 +02:00
firebirds
d64f31b504
increment build number
2020-02-24 00:04:57 +00:00
hvlad
25d6fd4495
Improvement CORE-6095 : Extend trace record for COMMIT/ROLLBACK RETAINING to allow chaining of transaction ids
2020-02-23 22:54:20 +02:00
firebirds
818f791d05
increment build number
2020-02-22 00:04:48 +00:00
Adriano dos Santos Fernandes
fe95da8ec9
Postfix for CORE-6250 - Signature mismatch when creating package body on identical packaged procedure header.
2020-02-21 16:18:28 +00:00
firebirds
c9f60ba8c7
increment build number
2020-02-21 00:04:49 +00:00
hvlad
7e5b0ce6ac
Fixed bug CORE-6254 : AV in engine when using SET TRANSACTION and ON TRANSACTION START trigger uses EXECUTE STATEMENT against current transaction
2020-02-20 18:32:11 +02:00
Adriano dos Santos Fernandes
baf8bc1785
Postfix for CORE-6241 - Values greater than number of days between 01.01.0001 and 31.12.9999 (=3652058) can be added or subtracted from DATE.
...
Thanks to Pavel Zotov.
2020-02-20 16:02:48 +00:00
Adriano dos Santos Fernandes
0734f69b67
Postfix for CORE-6241 - Values greater than number of days between 01.01.0001 and 31.12.9999 (=3652058) can be added or subtracted from DATE.
...
Thanks to Pavel Zotov.
2020-02-20 15:45:15 +00:00
firebirds
f7cabef708
increment build number
2020-02-20 00:05:07 +00:00
Adriano dos Santos Fernandes
cead43bb26
Fixed CORE-6250 - Signature mismatch when creating package body on identical packaged procedure header.
2020-02-19 16:05:31 +00:00
Adriano dos Santos Fernandes
d72cffa7e3
Fixed CORE-6251 - Regression: crash when built-in function LEFT() or RIGHT() missed 2nd argument (number of characters to be taken).
2020-02-19 15:21:22 +00:00
firebirds
75cfb1ff1c
increment build number
2020-02-19 00:04:57 +00:00
Vlad Khorsun
577cd64ba3
Merge pull request #258 from FirebirdSQL/isql_keep_tran_params
...
New feature CORE-4933 : Add better transaction control to isql
2020-02-18 23:27:44 +02:00
hvlad
1c844b218d
Make KEEP_TRANS_PARAMS = ON by default.
...
Don't reset saved transaction parameters if run "SET KEEP_TRAN ON" when KEEP_TRANS_PARAMS was already set to ON.
2020-02-18 23:08:18 +02:00
AlexPeshkoff
de498a38bc
Avoid annoying error in release build
2020-02-18 20:17:50 +03:00
firebirds
57be901703
increment build number
2020-02-17 00:04:43 +00:00
hvlad
0a0a0560d8
New feature CORE-4933 : Add better transaction control to isql
2020-02-16 16:33:44 +02:00
hvlad
7e881881b3
Complete fix for bug CORE-6233 : Wrong dependencies of stored function on view after backup and restore.
2020-02-16 13:55:50 +02:00
firebirds
85cc2d9bb6
increment build number
2020-02-14 00:04:50 +00:00
hvlad
8f5d66d1b3
Fix warnings when DEBUG_GDS_ALLOC is defined
2020-02-13 16:24:11 +02:00
AlexPeshkoff
8d32de94be
Misc
2020-02-13 11:14:05 +03:00
firebirds
427a44bd30
increment build number
2020-02-13 00:05:01 +00:00
Adriano dos Santos Fernandes
19713e7615
Unzip tzdata with unzip utility in Windows.
2020-02-12 13:02:30 -03:00
hvlad
1d350746d7
Correct usage of Arg::Int64
2020-02-12 15:48:21 +02:00
hvlad
641eca3aa0
A bit better solution for CORE-6110: 64-bit transaction IDs are not stored properly in status vector
2020-02-12 13:08:40 +02:00
firebirds
9a7a0a3750
increment build number
2020-02-12 00:06:05 +00:00
Adriano dos Santos Fernandes
d99fcf9044
Fix "bug" CORE-6243 - Regression: v4 Beta 1 rejects POSITION element of v2.5 defined SQL2003 CREATE TRIGGER syntax.
2020-02-11 16:11:16 +00:00
firebirds
83d4b25f2b
increment build number
2020-02-08 00:04:39 +00:00
AlexPeshkoff
57e7035411
Added a sample of authentication plugin based on shared secret key
2020-02-07 20:36:20 +03:00
Ilya Eremin
696673bca1
Fixed CORE-6110: 64-bit transaction IDs are not stored properly in status vector
...
Arg::Str is used instead of Arg::Num for isc_concurrent_transaction, isc_rec_in_limbo, isc_tra_state error messages because transaction number is 64-bit unsigned integer.
2020-02-07 18:57:41 +03:00
Dmitry Yemanov
c577971da0
This should fix empty routine names reported during DROP operations
2020-02-07 15:57:45 +03:00
firebirds
8e6825a05c
increment build number
2020-02-05 00:04:46 +00:00
Adriano dos Santos Fernandes
b2b5f9a87c
Improvement CORE-6239 - Procedures and EXECUTE BLOCK without RETURNS should not be allowed to use SUSPEND.
2020-02-04 15:42:02 +00:00
Adriano dos Santos Fernandes
53e74d2aa4
Postfix for CORE-6241.
2020-02-03 22:38:44 -03:00
firebirds
7b81b12390
increment build number
2020-02-04 00:05:05 +00:00
Adriano dos Santos Fernandes
fcae494a2f
Fixed CORE-6241 - Values greater than number of days between 01.01.0001 and 31.12.9999
...
(=3652058) can be added or subtracted from DATE.
2020-02-03 15:41:35 +00:00
AlexPeshkoff
272a49e3ea
Postfix for CORE-5974 & CORE-6218
2020-02-03 17:52:16 +03:00
firebirds
f32cd4b403
increment build number
2020-02-01 00:04:42 +00:00
AlexPeshkoff
0ef5a1a1c1
Postfix for CORE-6238
2020-01-31 20:20:02 +03:00
Alexander Peshkov
5d722684cf
Merge pull request #254 from FirebirdSQL/SrpPerf
...
Fixed CORE-6237: Fixed performance issue with SRP plugin (added connections cache)
2020-01-31 19:23:01 +03:00
hvlad
4436a189f6
Update Windows build
2020-01-31 14:32:56 +02:00
AlexPeshkoff
678c48a1fc
Fixed gcc warning
2020-01-31 12:53:04 +03:00