firebirds
9226fcdb12
increment build number
2021-08-09 00:05:22 +00:00
Adriano dos Santos Fernandes
204f02930a
Correction for #6913 - thanks to Dmitry.
2021-08-08 20:57:12 -03:00
firebirds
105dba0e0a
increment build number
2021-08-08 00:05:24 +00:00
hvlad
512c92f07b
Fixed build on Alpine Linux.
2021-08-07 23:06:55 +03:00
firebirds
b40e898aa0
increment build number
2021-08-06 00:05:26 +00:00
hvlad
5d3c2c6caa
Another attempt to fix a build on Ubuntu 18
2021-08-06 00:25:40 +03:00
hvlad
66ec94461a
This should fix build on Ubuntu 18
2021-08-06 00:12:43 +03:00
hvlad
a8763bdbab
Additional patch for #6027 : Installation of Firebird 3.0.3 on SLES 12 SP3 fails with ''Could not find acceptable ICU library".
...
On Linux, try to resolve symlink (such as libicuuc.so) to full file name (such as /usr/lib64/libicuuc.so.suse65.1) and extract ICU version number using filename suffix (65.1 in this case).
It allows to avoid a lot of attempts to find unknown installed ICU version and to successfully load ICU libraries with non-standard names (like SLES and OnenSUSE uses).
Tested on Ubuntu 2004 and OpenSUSE 15.3. Also tested on Windows. Needs testing on Darwin and Android.
2021-08-05 23:26:17 +03:00
AlexPeshkoff
4301ed7cc2
Postfix for #6860 : "CREATE USER" fails when DataTypeCompatibility = 2.5, fixed self sec.db case
2021-08-05 15:04:18 +03:00
Dmitry Yemanov
c98a6539eb
This should fix #6907 : Failed DDL commands can be replicated
2021-08-05 10:33:24 +03:00
firebirds
6518e66d73
increment build number
2021-08-05 00:05:32 +00:00
Adriano dos Santos Fernandes
270377fc6b
Fix #6913 - Buffer overflows in getInfo APIs.
2021-08-04 14:48:56 -03:00
Adriano dos Santos Fernandes
2af9ded1a6
Improvement #6915 - Allow attribute DISABLE-COMPRESSIONS in UNICODE collations.
2021-08-04 11:57:52 -03:00
firebirds
63326c99a5
increment build number
2021-08-03 00:05:37 +00:00
tkeinz
2fcab58811
Allow keywords in locales when creating ICU collations (Fixes issue #6903 ) ( #6914 )
...
* Allow keywords in locales when creating ICU collations
* Change ICU locale creation check to fail for any warning.
Co-authored-by: Thomas Keinz <thomas.keinz@hescom.de>
2021-08-02 14:43:41 -03:00
firebirds
ed14a381a6
increment build number
2021-08-01 00:05:38 +00:00
Adriano dos Santos Fernandes
31156a6e85
Fix for VS 2015 build.
2021-07-31 14:43:39 -03:00
firebirds
a452773a5b
increment build number
2021-07-31 00:06:11 +00:00
Adriano dos Santos Fernandes
0d88f4beb7
Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR.
2021-07-30 16:47:29 -03:00
Adriano dos Santos Fernandes
32c3cf573b
Add SET DEBUG OPTION DSQL_KEEP_BLR and remove Statement::PREPARE_KEEP_EXEC_PATH flag.
...
Make ISQL' SET EXEC_PATH_DISPLAY persistent between connections.
2021-07-30 16:40:41 -03:00
Dmitry Yemanov
44f48955c2
Fixed #6909 : Some updates can crash Firebird server on replica side
2021-07-30 16:27:40 +03:00
Dmitry Yemanov
9f91571b1a
Corrected the condition
2021-07-30 15:59:41 +03:00
Adriano dos Santos Fernandes
ee53a7c46b
Change docs ( #6910 ).
2021-07-29 14:23:02 -03:00
Adriano dos Santos Fernandes
5895f968a8
Avoid trailing spaces in each line ( #6910 ).
2021-07-29 14:22:56 -03:00
Adriano dos Santos Fernandes
55704efd24
Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR.
2021-07-29 14:22:48 -03:00
firebirds
2a6d6552f9
increment build number
2021-07-29 00:05:40 +00:00
Adriano dos Santos Fernandes
7ce963a72e
Revert #6910 - it can't work over remote without more changes.
2021-07-28 15:04:06 -03:00
Adriano dos Santos Fernandes
e556d3a4bc
Revert "Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR."
...
This reverts commit ddc8b7a995
.
2021-07-28 15:02:55 -03:00
Adriano dos Santos Fernandes
93cc2e9462
Revert "Avoid trailing spaces in each line ( #6910 )."
...
This reverts commit d1a9d8913f
.
2021-07-28 15:02:41 -03:00
Adriano dos Santos Fernandes
e0a94b7acf
Revert "Change docs ( #6910 )."
...
This reverts commit 138f3c8305
.
2021-07-28 15:02:32 -03:00
Adriano dos Santos Fernandes
138f3c8305
Change docs ( #6910 ).
2021-07-28 10:46:42 -03:00
Adriano dos Santos Fernandes
d1a9d8913f
Avoid trailing spaces in each line ( #6910 ).
2021-07-28 10:46:42 -03:00
Adriano dos Santos Fernandes
ddc8b7a995
Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR.
2021-07-28 10:46:42 -03:00
firebirds
b2badbb761
increment build number
2021-07-28 00:06:26 +00:00
AlexPeshkoff
422aa7aca8
Postfix for #6897 , thanks to Adriano & Dmitry
2021-07-27 17:30:23 +03:00
firebirds
852230aaa4
increment build number
2021-07-27 00:05:57 +00:00
AlexPeshkoff
16424d41e3
Fixed #6897 : Current user name and role from IAttachment::getInfo()
2021-07-26 20:18:27 +03:00
firebirds
d9f9a9682b
increment build number
2021-07-24 00:05:08 +00:00
AlexPeshkoff
59c5ca22a4
Fixed #6874 : Literal 65536 (interpreted as int) can not be multiplied by itself w/o cast if result more than 2^63-1
2021-07-23 19:37:04 +03:00
AlexPeshkoff
5f2b239368
Fixed #6845 : Result type of AVG over BIGINT column results in type INT128
2021-07-23 17:23:38 +03:00
firebirds
53aaadcacb
increment build number
2021-07-22 00:06:06 +00:00
AlexPeshkoff
59884377ec
Fixed #6860 : Create user statement fails with SQLSTATE = HY000 when using DataTypeCompatibility
2021-07-21 13:12:13 +03:00
firebirds
80e459d638
increment build number
2021-07-21 00:06:13 +00:00
AlexPeshkoff
3a5e960e67
Backported fix #6896 : Client forcing server to encryption
2021-07-20 19:29:38 +03:00
firebirds
dfe8222fe2
increment build number
2021-07-17 00:05:55 +00:00
Dmitry Yemanov
339c456783
Avoid unexpected sign extension when converting from signed 16-bit to unsigned 32-bit. This fixes #6893 : Problem with replication of BLOB segments longer than 32KB.
2021-07-16 15:49:37 +03:00
firebirds
8e5b663d7b
increment build number
2021-07-16 00:05:44 +00:00
Adriano dos Santos Fernandes
e5740d64e7
Fix BLR BLOB filter for blr_receive_batch.
2021-07-15 14:23:22 -03:00
Adriano dos Santos Fernandes
b19583454e
Fix BLR BLOB filter for blr_marks following blr_erase.
2021-07-15 14:23:16 -03:00
firebirds
62adbefcd1
increment build number
2021-07-09 00:05:36 +00:00