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

55665 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
542daa8367 Adjust for VS 2022 Preview. 2021-08-26 18:11:58 -03:00
Adriano dos Santos Fernandes
9fd434babd Correction. 2021-08-26 18:11:09 -03:00
firebirds
b93844c74f increment build number 2021-08-26 00:05:09 +00:00
Adriano dos Santos Fernandes
b32f96f2a9 Feature #6815 - Support multiple rows for DML RETURNING. 2021-08-25 14:56:20 -03:00
AlexPeshkoff
7e88b82a46 Postfix for #6930 2021-08-25 20:19:17 +03:00
AlexPeshkoff
2546af4ee2 Fixed #6930: Segfault when calling crypto functions 2021-08-25 18:04:22 +03:00
firebirds
a1104686b4 increment build number 2021-08-25 00:04:43 +00:00
AlexPeshkoff
84f78b4fad Implemented #6929: Add support of PKCS v.1.5 padding to RSA functions, needed for backward compatibility with old systems. 2021-08-24 19:58:20 +03:00
firebirds
439b2ffec6 increment build number 2021-08-23 00:04:55 +00:00
Adriano dos Santos Fernandes
fe8e2dbd24 Add function makeRef to construct RefPtr using "auto". 2021-08-22 11:06:24 -03:00
Adriano dos Santos Fernandes
47f519010b Method GenericMap::compute. 2021-08-22 11:06:24 -03:00
Adriano dos Santos Fernandes
9da9b10140 Added RefPtr move constructor and assign operator. 2021-08-22 11:06:24 -03:00
Adriano dos Santos Fernandes
5d4b121765 Added AutoPtr move constructor and assign operator. 2021-08-22 11:06:24 -03:00
Adriano dos Santos Fernandes
bddbface41 Fix warning. 2021-08-22 11:06:24 -03:00
Adriano dos Santos Fernandes
86fbe97e86 Add VSCode C++ config for better editing experience. 2021-08-22 11:06:24 -03:00
Adriano dos Santos Fernandes
bdbacfe08c Add noreturn attribute to raise functions. 2021-08-22 11:06:24 -03:00
Vlad Khorsun
df6fe56515 Correction 2021-08-22 12:51:45 +03:00
firebirds
9904b0625c increment build number 2021-08-22 00:04:44 +00:00
Vlad Khorsun
e5e60d2927 Follow Alex commit de15522f (Fixed #6886: Different interfaces behavior depending upon source of interface).
This should fix numerous crashes shown by fb-tests.
2021-08-22 01:07:42 +03:00
Adriano dos Santos Fernandes
5fa068b1b0 Add makeNoIncRef to construct RefPtr using "auto". 2021-08-21 15:14:49 -03:00
Adriano dos Santos Fernandes
b395802507 Const correctness. 2021-08-21 15:14:15 -03:00
Adriano dos Santos Fernandes
072c62edc5 Make easier to use maps. 2021-08-21 15:13:05 -03:00
Adriano dos Santos Fernandes
8b461baf1f Add iterator to GenericMap for usage with range-based for. 2021-08-21 15:12:20 -03:00
Adriano dos Santos Fernandes
4f5208bf99 Add methods to allow usage of GenericMap's accessors with "auto" keyword. 2021-08-21 15:11:10 -03:00
firebirds
56309d6ca7 increment build number 2021-08-21 00:04:54 +00:00
Adriano dos Santos Fernandes
88d6baa2f5 Fix error in batch example. 2021-08-19 21:14:18 -03:00
firebirds
66ffcd33fe increment build number 2021-08-17 00:05:18 +00:00
AlexPeshkoff
de15522f32 Fixed #6886: Differerent interfaces behaviour depending upon source of interface 2021-08-16 20:57:55 +03:00
firebirds
855ae9a79b increment build number 2021-08-14 00:05:22 +00:00
AlexPeshkoff
ef0480a728 Postfix for #6900: isc_batch_too_big has nothing to do with DSQL errors and SQL code -104 2021-08-13 16:24:04 +03:00
firebirds
283799c662 increment build number 2021-08-13 00:05:47 +00:00
AlexPeshkoff
3ff54b7d77 Fixed #6900: IBatch add method fails silently when a memory limit is exceeded 2021-08-12 15:28:37 +03:00
firebirds
864c9f08ad increment build number 2021-08-12 00:05:31 +00:00
Adriano dos Santos Fernandes
675861657e Fix problem in ARMv8 build reported by @romansimakov. 2021-08-11 14:04:57 -03:00
firebirds
c2fe5ac941 increment build number 2021-08-11 00:05:08 +00:00
Adriano dos Santos Fernandes
a8c747af45 Fix BLR format problem present at least since v1.5. 2021-08-10 16:01:06 -03:00
firebirds
a37282e93a increment build number 2021-08-10 00:05:11 +00:00
hvlad
cb178ef278 Fixed bug #6918 : Service detach is always traced 2021-08-10 00:28:06 +03:00
hvlad
0b37b2321b Frontported additional patch for #6027 : Installation of Firebird 3.0.3 on SLES 12 SP3 fails with ''Could not find acceptable ICU library". 2021-08-10 00:08:35 +03:00
Dmitry Yemanov
4f75d290eb
Merge pull request #6919 from vasiliy-yashkov/svc_name_id_mon_att
Display remote process name and PID for service in mon$attachment
2021-08-09 17:17:58 +03:00
Vasiliy Yashkov
5cf932d7fb Display remote process name and PID for service connection in mon$attachment 2021-08-09 10:39:38 +03:00
firebirds
23beeb6796 increment build number 2021-08-09 00:04:52 +00:00
Adriano dos Santos Fernandes
61e987f076 Correction for #6913 - thanks to Dmitry. 2021-08-08 20:56:36 -03:00
Dmitry Yemanov
847dade8c8 Corrected the condition 2021-08-08 19:49:08 +03:00
firebirds
daada33d4f increment build number 2021-08-06 00:04:58 +00:00
AlexPeshkoff
19a962dac9 Postfix for #6860: "CREATE USER" fails when DataTypeCompatibility = 2.5, fixed self sec.db case 2021-08-05 15:02:01 +03:00
Dmitry Yemanov
ddfd32fcee This should fix #6907: Failed DDL commands can be replicated 2021-08-05 10:34:25 +03:00
firebirds
5c61a432ac increment build number 2021-08-05 00:04:58 +00:00
Adriano dos Santos Fernandes
cfc09f75a3 Improvement #6915 - Allow attribute DISABLE-COMPRESSIONS in UNICODE collations. 2021-08-04 11:58:34 -03:00
tkeinz
00cd62b79d 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-04 08:48:22 -03:00