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

54830 Commits

Author SHA1 Message Date
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
firebirds
8da986491d increment build number 2020-08-10 00:02:16 +00:00
Adriano dos Santos Fernandes
1d7038499a Fixed CORE-6385 - Wrong line and column information after IF statement. 2020-08-09 19:26:26 -03:00
Dmitry Yemanov
59da0641c6 Correction 2020-08-09 16:57:29 +03:00
Dmitry Yemanov
ffb9f22065 This should fix CORE-6382: Triggers accessing a table prevent concurrent DDL command from dropping that table 2020-08-09 13:58:04 +03:00
Dmitry Yemanov
b283d804d1 Reworked re-attaching the shared memory after its concurrent deletion 2020-08-09 13:26:56 +03:00
Dmitry Yemanov
22ad236f62 CORE-6300 (next attachment/statement ID) and some other additions 2020-08-09 12:34:58 +03:00
firebirds
a2d8bc8c6c increment build number 2020-08-08 00:02:15 +00:00
hvlad
b7eb87807a Additional protection against empty configuration file of audit trace session 2020-08-07 10:58:02 +03:00
Vlad Khorsun
c1e95605ae
Merge pull request #278 from red-soft-ru/fb4_empty_trace_config
Fixed error with calculation trace session size when session user or …
2020-08-07 10:42:14 +03:00
firebirds
a3fc2e6b8d increment build number 2020-08-07 00:02:16 +00:00
Adriano dos Santos Fernandes
44660f8680 Add section about sequences to README.incompatibilities.3to4.txt (CORE-6084 and CORE-6376). 2020-08-06 12:33:42 -03:00
Adriano dos Santos Fernandes
4d1ce73e33 Postfix for CORE-6084 and CORE-6376: fix initial default value to be 1. 2020-08-05 21:35:56 -03:00
firebirds
73d954fc50 increment build number 2020-08-06 00:02:15 +00:00
hvlad
30c410892b Fixed my error 2020-08-05 21:50:16 +03:00
hvlad
5f336a189e Fixed bug CORE-6351 : Computed field could be wrongly evaluated as NULL 2020-08-05 21:39:05 +03:00
hvlad
cc6d1f5595 Fixed assert, it could be triggered by test for CORE-6379 2020-08-05 20:52:29 +03:00
Adriano dos Santos Fernandes
23dc0c6297 Fixed CORE-6084 and CORE-6376.
CORE-6084 - CREATE SEQUENCE START WITH has wrong initial value
CORE-6376 - IDENTITY column with explicit START WITH or INCREMENT BY starts with wrong value
2020-08-04 22:34:53 -03:00
firebirds
945cec0290 increment build number 2020-08-05 00:02:14 +00:00
hvlad
bec219bf34 Fixed bug CORE-6379 : Bugcheck 179 2020-08-04 15:32:55 +03:00
firebirds
f312c72e0f increment build number 2020-07-29 00:02:15 +00:00
Adriano dos Santos Fernandes
a632f72a50
Use new default branch for actions/upload-artifact. 2020-07-28 12:59:05 -03:00
firebirds
50790c5923 increment build number 2020-07-26 00:02:15 +00:00
Dmitry Yemanov
ca0164dad9 Better protection from primary crashes, thanks to Andrey Kravchenko 2020-07-25 12:03:34 +03:00
firebirds
6e54466b5a increment build number 2020-07-25 00:02:16 +00:00
Dmitry Yemanov
9b8c654fd7 Fixed replication after MetaName improvements 2020-07-24 20:38:25 +03:00
AlexPeshkoff
ca12563ba5 Fixed CORE-6371: Avoid server crash on shutdown in case of wrong reference counting in UDR 2020-07-24 18:45:48 +03:00
firebirds
02b5ba5bb6 increment build number 2020-07-24 00:02:15 +00:00
AlexPeshkoff
5a7c0c7e3b Fixed CORE-6367: Segfault when receiving malformed packet from network 2020-07-23 20:13:09 +03:00
Adriano dos Santos Fernandes
8132256a3a Export functions fb_get_transaction_interface and fb_get_statement_interface in fbclient.dll. 2020-07-23 13:22:38 -03:00
Adriano dos Santos Fernandes
9aaf355b4e Fixed CORE-6368 - Increase FB_API_VER to 40. 2020-07-23 13:22:15 -03:00
firebirds
0b962863d6 increment build number 2020-07-23 00:02:16 +00:00
AlexPeshkoff
79ccc4d252 Postfix for CORE-5085: Docs 2020-07-22 14:56:13 +03:00
AlexPeshkoff
6f57680422 Implemented CORE-5085: Allow to fixup (nbackup) database via Services API 2020-07-22 14:56:13 +03:00
firebirds
525c727e7b increment build number 2020-07-22 00:02:15 +00:00
AlexPeshkoff
23906efcff Fixed CORE-6303: Error writing to TIMESTAMP/TIME WITH TIME ZONE array 2020-07-21 19:07:04 +03:00