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

54865 Commits

Author SHA1 Message Date
AlexPeshkoff
e9f3eb360d Moved cryptographic hashes to separate function crypt_hash(), crc32 - into function hash() 2020-08-26 18:46:53 +03:00
firebirds
9900e56cbc increment build number 2020-08-25 00:02:16 +00:00
AlexPeshkoff
64ec331b41 Fixed CORE-6392: Space in database path prevent working gbak -se ... -b "path to/database" backup 2020-08-24 10:57:19 +03:00
Adriano dos Santos Fernandes
a3aa2ba5dd Refactor system package support. 2020-08-23 22:11:23 -03:00
firebirds
ff5ea5fc94 increment build number 2020-08-24 00:02:15 +00:00
Dmitry Yemanov
46284645e5 Avoid replication of empty (read-only) transactions. Fixed memory leak. Misc corrections. 2020-08-23 18:17:18 +03:00
firebirds
46570bce9a increment build number 2020-08-22 00:02:16 +00:00
AlexPeshkoff
98a0ce7b49 Fixed tests decfloat-round-modes & decfloat-special-functions 2020-08-21 17:49:04 +03:00
Dmitry Yemanov
c69349440d This should fix the regression with explicit savepoints 2020-08-21 13:17:32 +03:00
firebirds
868a2d4c30 increment build number 2020-08-21 00:02:15 +00:00
Adriano dos Santos Fernandes
3131898e35 Cleanup as suggested by Alex. 2020-08-20 13:02:16 -03:00
Dmitry Yemanov
75ff54fd69 This should fix the remaining inconsistencies in the savepoint handling, currently asserting inside rollbackToSavepoint() 2020-08-20 10:43:34 +03:00
Dmitry Yemanov
a928bcb3cc Corrected the maximum buffer length 2020-08-20 10:43:34 +03:00
firebirds
eb979fbc97 increment build number 2020-08-20 00:02:17 +00:00
Adriano dos Santos Fernandes
103aa16c47 Misc. 2020-08-19 13:44:56 -03:00
Adriano dos Santos Fernandes
ca049a7a66 Fixed CORE-6389 - Using binary string literal to assign to user-defined blob
sub-types yield conversion error "filter not found to convert type 1 to type -13".
2020-08-19 13:44:56 -03:00
AlexPeshkoff
8613a84305 Fixed Mac build, broken by one of my previous commits 2020-08-19 19:17:52 +03:00
f222127d4f Be sure to actually use the tpb we have just declared. 2020-08-19 10:00:36 +02:00
firebirds
1d1284567a increment build number 2020-08-19 00:02:16 +00:00
e2842a1afd Add some object pascal examples of the OO API 2020-08-18 18:57:02 +02:00
Dmitry Yemanov
6f2d93efb1 Segment-aware blob replication 2020-08-18 11:37:56 +03:00
firebirds
9efb0c5b57 increment build number 2020-08-18 00:02:17 +00:00
86f17fd7c9 employe2.sql is used by two api examples and one gpre example.
It seems to have got lost in a cleanup a long time ago.
2020-08-17 17:03:22 +02:00
e8fba1e1b5 Be sure to attach via localhost so that the example actually works 2020-08-17 17:02:09 +02:00
4df1cf4723 Use correct signature for ast_routine
Be sure to attach via localhost so that the example actually works
2020-08-17 17:01:54 +02:00
46838a8d32 Use single quotes 2020-08-17 17:00:43 +02:00
c88a2f3b19 Add script to remove blob filter created by api9f 2020-08-17 17:00:16 +02:00
928d508285 Restore (and update) makefile to build deprecated api examples 2020-08-17 16:59:30 +02:00
firebirds
5808d708c6 increment build number 2020-08-15 00:02:17 +00:00
AlexPeshkoff
5be4c1d69f Cleanup - avoid duplication of BLR constants in ISQL 2020-08-14 19:13:08 +03:00
AlexPeshkoff
349bcab375 This should fix windows build after CORE-6388 2020-08-14 18:34:17 +03:00
AlexPeshkoff
5d610b169d This should fix windows build after CORE-6388 2020-08-14 18:11:55 +03:00
AlexPeshkoff
ed732338fe Fixed CORE-6388: DEV_BUILD client asserts when closing event thread 2020-08-14 17:56:28 +03:00
firebirds
5433731279 increment build number 2020-08-14 00:02:15 +00:00
AlexPeshkoff
c49f293a92 Code cleanup - removed old DEBUG facility not used ay least for last 15 years 2020-08-13 23:39:03 +03:00
AlexPeshkoff
d9a6fa2aaa Fixed sample 2020-08-13 16:05:08 +03:00
AlexPeshkoff
3989bb8c4c Postfix for CORE-6387: get ready to use 64-bit counter in the future 2020-08-13 13:48:42 +03:00
firebirds
43157dc4ab increment build number 2020-08-13 00:02:15 +00:00
Adriano dos Santos Fernandes
7abd609374 Improvement for Linux. 2020-08-12 13:05:02 -03:00
Adriano dos Santos Fernandes
e94c66bcc6 Fixed CORE-6386 - ALTER SEQUENCE RESTART WITH <n> should not change the initial sequence START value. 2020-08-12 12:31:59 -03:00
AlexPeshkoff
15aa904d9c Quick fix to avoid BLR output in gbak, IMHO good cleanup needed 2020-08-12 18:25:35 +03:00
AlexPeshkoff
c4bd77fa86 Fixed CORE-6387: ISQL aborted with core dump 2020-08-12 18:07:55 +03:00
31ca307fc8 Add makefile to build the OO API examples 2020-08-12 15:42:39 +02:00
hvlad
9848a73ddf Correction 2020-08-12 13:32:48 +03:00
AlexPeshkoff
d4c5d6fcb6 Simplified code - thanks to Mark 2020-08-12 12:25:11 +03:00
firebirds
bd8d2615a1 increment build number 2020-08-12 00:02:15 +00:00
AlexPeshkoff
2e39e4dd59 Fixed CORE-6377: Unable to restore database with tables using GENERATED ALWAYS AS IDENTITY columns (ERROR:OVERRIDING SYSTEM VALUE should be used) 2020-08-11 18:04:20 +03:00
firebirds
9b03f821b9 increment build number 2020-08-11 00:02:17 +00:00
Dmitry Yemanov
ac107bd45a Postfix for CORE-6382 and some related cleanup 2020-08-10 21:45:54 +03:00
Dmitry Yemanov
cff6cca1aa Forgotten part of my prior bugfix 2020-08-10 13:40:14 +03:00