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

54230 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
8a858aafb5 Fixed CORE-6211 - Command "ISQL -X" can not extract ROLE name when use multi-byte charset for connection.
Full rebuild required.
2019-12-23 21:22:37 -03:00
firebirds
9e3dd88dfd increment build number 2019-12-24 00:05:11 +00:00
Dmitry Yemanov
44eb75f6e7 This should fix regression for test core_0053.fbt 2019-12-23 09:25:24 +03:00
firebirds
13998d7ced increment build number 2019-12-23 00:04:35 +00:00
Dmitry Yemanov
8b4d24a1fb Fixed races during shmem reattaching 2019-12-22 09:42:16 +03:00
Dmitry Yemanov
a6c6d15daa Minor correction for Vlad's solution to CORE-4680 2019-12-22 09:18:07 +03:00
Dmitry Yemanov
010afc5760 Fixed the optimizer regression related to sorting vs compound indices 2019-12-22 09:17:50 +03:00
Dmitry Yemanov
ce92e192ae Cast the parameters to match the API declaration. This removes warnings in the generated code. 2019-12-22 09:12:05 +03:00
Dmitry Yemanov
156c6d1feb Fixed inconsistency between attachment/transaction states and their request states 2019-12-22 09:11:49 +03:00
firebirds
0f5dda2e11 increment build number 2019-12-21 00:04:41 +00:00
Adriano dos Santos Fernandes
0f6c5b53a2 Fix CORE-6205 - Generate proper error for UNION DISTINCT with more than 255 columns. 2019-12-20 13:25:40 -03:00
firebirds
45810f16e7 increment build number 2019-12-20 00:04:38 +00:00
Adriano dos Santos Fernandes
15e42bd939 Postfix for CORE-3380. 2019-12-19 12:54:25 -03:00
firebirds
146ef63ffd increment build number 2019-12-19 00:04:44 +00:00
Adriano dos Santos Fernandes
99ca8782fe Fixed CORE-3380 - Disable reading from new BLOB. 2019-12-18 13:06:50 -03:00
firebirds
c8623de4c2 increment build number 2019-12-14 00:04:37 +00:00
hvlad
bf01700028 Fixed bug CORE-6206 : VARCHAR of insufficient length used for set bind of decfloat to varchar 2019-12-13 15:11:27 +02:00
firebirds
a791345283 increment build number 2019-12-13 00:05:06 +00:00
Dmitry Yemanov
08096e3b87 Change the SET BIND syntax as suggested in fb-devel 2019-12-12 15:37:41 +03:00
firebirds
e157b4c68b increment build number 2019-12-11 00:07:08 +00:00
AlexPeshkoff
b241d04162 Fixed CORE-6141: fbsvcmgr action_repair rpr_list_limbo_trans does not show list of transactions in LIMBO state 2019-12-10 19:41:54 +03:00
AlexPeshkoff
4e8674e81e Make raw .md look a bit better 2019-12-10 10:34:45 +03:00
firebirds
1fb574b4cb increment build number 2019-12-10 00:05:36 +00:00
AlexPeshkoff
766cfa130c Fixed CORE-6185: Some (wrong ?) parameters of ENCRYPT() leads FB to crash 2019-12-09 19:49:27 +03:00
hvlad
2b936db9ae Let logAndDie() call abort() on all platforms.
It prevent hung when process exits (instead of aborts) and tries to release resources.
2019-12-09 14:00:22 +02:00
firebirds
e689373d86 increment build number 2019-12-09 00:04:31 +00:00
AlexPeshkoff
f6f702bad5 Added forgotten in development branch commit, this fixes issues with native, legacy and automatic binds 2019-12-08 15:10:52 +03:00
firebirds
4f7577312a increment build number 2019-12-08 00:04:45 +00:00
hvlad
3b43bc905f Sub-task CORE-4463: Windows implementation for CORE-4462 (Make it possible to restore compressed .nbk files without explicitly decompressing them) 2019-12-07 19:47:25 +02:00
firebirds
6431ea4b93 increment build number 2019-12-07 00:04:30 +00:00
AlexPeshkoff
946deb3c19 Avoid a lot of faulty asserts when adding new types, simplified code 2019-12-06 18:35:43 +03:00
AlexPeshkoff
91d48a2192 Comment 2019-12-06 18:35:43 +03:00
AlexPeshkoff
938bbee174 Added check for correctness of data coercion requested in SET BIND 2019-12-06 18:35:43 +03:00
AlexPeshkoff
7175cfc910 Remove unneeded any more members from coercion rules array, also some const correctness 2019-12-06 18:35:43 +03:00
AlexPeshkoff
e3cd960d3a Cleanup 2019-12-06 18:35:43 +03:00
AlexPeshkoff
379920b13a Added support of blob and varchar w/o explicit length 2019-12-06 18:35:43 +03:00
AlexPeshkoff
79462d1877 Simplify code 2019-12-06 18:35:43 +03:00
AlexPeshkoff
95135eb518 According to Dimitry's suggestion perform data transformation later 2019-12-06 18:35:43 +03:00
hvlad
9cf48629e1 Update Windows build 2019-12-06 18:35:43 +03:00
AlexPeshkoff
66bdb2c9c6 Fixed errors displayed in case of error in DPB bindings 2019-12-06 18:35:43 +03:00
AlexPeshkoff
5b9946c199 Fixed parsing DPB bindings 2019-12-06 18:35:43 +03:00
AlexPeshkoff
011546154c Fixed docs 2019-12-06 18:35:43 +03:00
AlexPeshkoff
be6c4c2d28 Documentation, firebird.conf 2019-12-06 18:35:43 +03:00
AlexPeshkoff
0dce25ffc1 Change style of setting database compatibility in config files (docs to come later) 2019-12-06 18:35:43 +03:00
AlexPeshkoff
6a4db49be4 Added NATIVE binding support 2019-12-06 18:35:43 +03:00
AlexPeshkoff
a6b05a671e Started with doc for a feature 2019-12-06 18:35:43 +03:00
AlexPeshkoff
d01fff6fbb Fixed DECFLOAT coercion 2019-12-06 18:35:43 +03:00
AlexPeshkoff
e8787500d7 First edition of SET BIND statement 2019-12-06 18:35:43 +03:00
AlexPeshkoff
8086e06ee1 Fixed CORE-6203: "Error reading data from the connection" is raised sometimes when using non-default authentication plugin 2019-12-06 18:24:28 +03:00
AlexPeshkoff
d5019220f1 Fixed CORE-6186: Original content of column which is involved into ENCRYPT() is displayed as distorted view after this call 2019-12-06 17:25:58 +03:00