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

55328 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
4cd4649691 Check negative argument in UNICODE_CHAR - #6798. 2021-05-14 13:49:53 -03:00
Adriano dos Santos Fernandes
225b01442e Correction for #6798 docs as noted by Mark. 2021-05-14 13:45:28 -03:00
AlexPeshkoff
b2264e244f Implemented #6810 2021-05-14 19:13:14 +03:00
Adriano dos Santos Fernandes
3b372197e4 Feature #6798 - Add built-in functions UNICODE_CHAR and UNICODE_VAL to convert between Unicode code point and character. 2021-05-14 11:20:38 -03:00
AlexPeshkoff
d0eac02bb9 Postfix for #6809 - thanks to Adriano 2021-05-14 15:06:59 +03:00
AlexPeshkoff
6a0135c9ec Implemented #6809 2021-05-14 11:35:36 +03:00
firebirds
629b9ea74f increment build number 2021-05-14 00:05:05 +00:00
Adriano dos Santos Fernandes
8a7927aac4 Improvement #5589 - Support full SQL standard character string literal syntax. 2021-05-13 14:12:41 -03:00
Adriano dos Santos Fernandes
2ca31bf7d1 Update readme for #5588. 2021-05-13 14:11:29 -03:00
Adriano dos Santos Fernandes
64c76f789b Postfix for #5588.
x'ab''cd' should not be valid.
2021-05-13 11:45:22 -03:00
AlexPeshkoff
ca604de42e Resolved #6808 2021-05-13 17:25:48 +03:00
Adriano dos Santos Fernandes
6b729c58fb Improvement #5588 - Support full SQL standard binary string literal syntax. 2021-05-13 11:11:54 -03:00
AlexPeshkoff
901c7021e0 Resolved #6797 2021-05-13 14:11:23 +03:00
Dmitry Yemanov
e831a845af Reset the changelog for v5 2021-05-13 13:42:24 +03:00
firebirds
0a7a827646 increment build number 2021-05-13 00:05:02 +00:00
AlexPeshkoff
cc443cce20 Resolve #6806, fixed related examples in readme 2021-05-12 19:32:49 +03:00
AlexPeshkoff
ddf9c92f6b Resolved #6805 2021-05-12 10:48:57 +03:00
firebirds
9ad4f86af9 increment build number 2021-05-12 00:05:26 +00:00
AlexPeshkoff
068af35ada Fixed #6797 2021-05-11 14:31:40 +03:00
Dmitry Yemanov
33cd8818ca Bump the version number to 5.0 as decided among admins 2021-05-11 09:43:28 +03:00
firebirds
496956a52c increment build number 2021-05-11 00:05:07 +00:00
Adriano dos Santos Fernandes
c5c8e5f1b1 Improve firebird.conf comments for #6800. 2021-05-10 10:55:53 -03:00
Adriano dos Santos Fernandes
60c906a6ee Misc - remove trailing spaces. 2021-05-10 10:55:13 -03:00
Adriano dos Santos Fernandes
cf595e996d Misc. 2021-05-10 10:47:39 -03:00
Adriano dos Santos Fernandes
57c8fd53b9 Fix #6800 - Client config DefaultTimeZone is not passed to server when isc_dpb_session_time_zone is not set. 2021-05-10 10:45:05 -03:00
firebirds
c3445efbd4 increment build number 2021-05-09 00:04:42 +00:00
Adriano dos Santos Fernandes
0ab5c70e2c Fix warning. 2021-05-07 22:49:25 -03:00
firebirds
e8e57e2e6a increment build number 2021-05-07 00:05:01 +00:00
Adriano dos Santos Fernandes
8b662c74d2 Fix #6796 - Buffer overflow when padding line with national characters causes ISQL crash. 2021-05-06 14:49:14 -03:00
Adriano dos Santos Fernandes
b806195711 Update vscode task to new format. 2021-05-06 14:49:14 -03:00
Dmitry Yemanov
7338eab650 Allow replication for a freshly created database 2021-05-06 19:53:41 +03:00
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
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