Dmitry Yemanov
aa93eb3fd0
Fixed #6795 : Replication gets stuck on an empty blob
2021-05-06 19:53:24 +03:00
Dmitry Yemanov
deb40096af
Correction for my yesterday's commit
2021-05-06 17:04:59 +03:00
Dmitry Yemanov
0c56796495
Merge pull request #6794 from FirebirdSQL/work/mon-att-session-timezone
...
Improvement: add MON$SESSION_TIMEZONE to MON$ATTACHMENTS.
2021-05-06 15:18:12 +03:00
Roman Simakov
1deaa8c8ab
Fix CORE-6502: remove integrity checking triggers on RDB$USER_PRIVILEGES.
...
Direct modification of the table has been forbidden since 3.0.
GRANT operations from DDL perform theirown checks.
It requires backup/restore but can work if you do not need to perform
GRANTs descrobed in the ticket.
2021-05-06 15:16:10 +03:00
Dmitry Yemanov
3fad2be1c7
Increment version number
2021-05-06 06:50:07 +03:00
firebirds
a23d124223
increment build number
2021-05-06 00:05:07 +00:00
Adriano dos Santos Fernandes
c8750376bb
Improvement: add MON$SESSION_TIMEZONE to MON$ATTACHMENTS.
...
Returns the attachment's current session timezone as
RDB$GET_CONTEXT('SYSTEM', 'SESSION_TIMEZONE').
2021-05-05 14:57:39 -03:00
Adriano dos Santos Fernandes
6e3e7ebe95
Increase ODS to 13.1.
2021-05-05 14:56:49 -03:00
Dmitry Yemanov
846629dfb9
Fixed partially released external triggers
2021-05-05 19:09:29 +03:00
Adriano dos Santos Fernandes
b76a05ee5f
Fix memory leaks in external triggers examples.
2021-05-05 11:22:22 -03:00
AlexPeshkoff
054431fce7
Implemented Batch::cancel() over the wire
2021-05-05 13:24:33 +03:00
firebirds
a111138650
increment build number
2021-05-05 00:04:57 +00:00
Dmitry Yemanov
340bd02363
Renamed replication 'log' to 'journal'
2021-05-04 20:37:49 +03:00
Dmitry Yemanov
edf327eee0
Update the generated pascal interface
2021-05-04 19:59:30 +03:00
Dmitry Yemanov
d1fb2379b8
Validate user-specified GUIDs instead of silently ignoring them
2021-05-04 18:30:59 +03:00
Adriano dos Santos Fernandes
a02f0dea81
Improvement #6788 - Extend EXTRACT to extract time zone strings.
2021-05-04 11:41:35 -03:00
Adriano dos Santos Fernandes
8429c95795
Fix #6790 - MON$ATTACHMENTS.MON$TIMESTAMP is incorrect when DefaultTimeZone is
...
configured with time zone different from the server's default.
2021-05-04 11:32:47 -03:00
Adriano dos Santos Fernandes
5018dd6109
Improvement #6786 - Add session time zone to system context.
2021-05-04 11:32:47 -03:00
Adriano dos Santos Fernandes
9436f57498
Fix #6787 - MON$ATTACHMENTS.MON$TIMESTAMP should use its session original time zone.
2021-05-04 11:30:37 -03:00
hvlad
43f26a74f0
Fixed bug GH-6781 : Crashing process hangs (UDF exception).
2021-05-04 16:46:10 +03:00
hvlad
3bf49cf068
Fixed bugs:
...
GH-3106 : Many indexed reads in a compound index with NULLs [CORE2709]
GH-3810 : Wrong or missing IS NULL optimization (regression) [CORE3449]
2021-05-04 16:21:34 +03:00
hvlad
bce0eb60e3
Improvement GH-6748 : Freeing a statement using DSQL_drop or DSQL_unprepare should send free packet immediately [CORE6519]
2021-05-04 15:53:11 +03:00
AlexPeshkoff
5144f5258f
Changed interface version
2021-05-04 14:54:52 +03:00
AlexPeshkoff
0e54673f3e
Avoid problems in case of buggy config with >1 Loopback in Providers
2021-05-04 14:48:59 +03:00
AlexPeshkoff
d46b5182b2
Added dedicated method to close Batch interface with errors check
2021-05-04 14:20:32 +03:00
firebirds
2967e353a6
increment build number
2021-05-04 00:04:55 +00:00
hvlad
49337504eb
Fixed bug GH-6785 : problem when restoring the database firebird 4 rc1 4.0.0.2353
2021-05-03 22:04:36 +03:00
firebirds
9b6bb72817
increment build number
2021-05-03 00:04:48 +00:00
Mark Rotteveel
e4c424a372
Disabling Travis builds on macOS
2021-05-02 15:08:38 +02:00
firebirds
48b4ff756f
increment build number
2021-05-02 00:04:49 +00:00
Dmitry Yemanov
0a9358f70f
Fixed leaked Y-handle
2021-05-01 18:34:21 +03:00
Dmitry Yemanov
5c0d3f82f1
Allow multiple appliers per attachment
2021-05-01 18:10:57 +03:00
Dmitry Yemanov
ae643883dc
Complete postfix for #6778
2021-05-01 11:56:31 +03:00
firebirds
04ed073932
increment build number
2021-04-30 00:05:02 +00:00
Dmitry Yemanov
ebaf10366d
Postfix for #6778
2021-04-29 20:08:07 +03:00
firebirds
1412453e6f
increment build number
2021-04-29 00:04:37 +00:00
Mark Rotteveel
4d5dbee2e8
Update link where to file issues
2021-04-28 18:41:54 +02:00
Dmitry Yemanov
585ad1d1c5
This should fix #6778 : Inconsistent cursor-driven deletion
2021-04-28 19:24:47 +03:00
hvlad
f851cf78a2
Fixed bug GH-6782 : Getting "records fetched" for functions/procedures in trace.
2021-04-28 14:16:31 +03:00
firebirds
c54ab30af5
increment build number
2021-04-28 00:04:40 +00:00
AlexPeshkoff
1a5535a9f1
Resolved #6780 : added post-install script for Android to create architecture-specific files after cross build
2021-04-27 18:24:10 +03:00
Mark Rotteveel
0e934bd662
SIMILAR TO also requires escape of }
...
See also https://github.com/FirebirdSQL/firebird-documentation/issues/124
2021-04-27 15:29:47 +02:00
firebirds
af6ce4049e
increment build number
2021-04-27 00:04:40 +00:00
Dmitry Yemanov
483ac93770
Resolved #6767 (former CORE-6540): A way for a replication plugin to refuse attachment
2021-04-26 19:05:50 +03:00
hvlad
48c0459276
Fixed bug 6777 : AV when engine shut down and cancels attachment that is waiting in lock manager.
2021-04-26 12:29:19 +03:00
firebirds
93defc13f8
increment build number
2021-04-25 00:05:01 +00:00
AlexPeshkoff
9ae2c27d15
Try to fix windows build after my last commit
2021-04-24 21:15:26 +03:00
firebirds
73c5a0bb6c
increment build number
2021-04-24 00:05:28 +00:00
AlexPeshkoff
2dd7b3fd1a
Fixed CORE-6541: Restore backup on RawDevice
2021-04-23 17:50:08 +03:00
AlexPeshkoff
63ec0abc5d
Force safe abs64compare() if nothing is chosen in cross-compile file
2021-04-23 17:50:08 +03:00