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

55548 Commits

Author SHA1 Message Date
hvlad
b1c2329ae1 Fixed bug CORE-6447 : SET SQLDA_DISPLAY ON: different text of message for parameterized expression starting from second run 2020-11-17 10:15:54 +02:00
firebirds
e3eaeed238 increment build number 2020-11-17 00:04:48 +00:00
Dmitry Yemanov
350aa6f2d5 This should fix CORE-6440: expression indices with COALESCE cannot be matched 2020-11-16 19:58:55 +03:00
AlexPeshkoff
b4386db63b Fixed CORE-6441: Srp plugin keeps connection after database has been removed for ~10 seconds (SS and SC) 2020-11-16 17:36:36 +03:00
firebirds
500758f7af increment build number 2020-11-14 00:02:16 +00:00
hvlad
60a9f1f2d5 Follow Alex commit to fix Windows build 2020-11-13 14:33:07 +02:00
AlexPeshkoff
b758356562 Rolled back one file from my previous commit - though never called let's have safe release() 2020-11-13 15:04:48 +03:00
AlexPeshkoff
c1179d7a24 Removed dispose() and release() from most of implementations as was suggested by Adriano long time ago.
Cleanup old unused debugging feature (RefDeb).
Fixed CORE-6433: Several firebird servers crash
2020-11-13 14:49:35 +03:00
hvlad
c6861bb19b Missed file for my previous commit. 2020-11-13 13:33:30 +02:00
hvlad
fa572cc657 Fixed AV detected by tests bugs.core_3323, bugs.core_5645 and bugs.core_5972 2020-11-13 13:06:40 +02:00
firebirds
7c00cea455 increment build number 2020-11-13 00:02:17 +00:00
Vlad Khorsun
95f96a18f6
Merge pull request #295 from FirebirdSQL/config
Config
2020-11-12 22:33:18 +02:00
hvlad
afe101eff5 Update MSVC12 and MSVC14 builds. 2020-11-11 19:19:18 +02:00
firebirds
89bcd4541c increment build number 2020-11-11 00:02:16 +00:00
hvlad
2d26fa5571 Fixed wrong initialization, as pointed by Alex.
Merged two almost identical ctors into one.
2020-11-10 16:13:42 +02:00
Vasiliy Yashkov
9491bc1a46
Remove engine from map of loaded engines if not used (#294)
* Remove engine from map if not used

* Check if engine exists before release

* Block the engines map to avoid taking a reference to released engine
2020-11-10 13:12:43 +03:00
firebirds
6595108bbb increment build number 2020-11-09 00:02:15 +00:00
Adriano dos Santos Fernandes
37a42a6093 Fixed CORE-6438 - ISQL: bad headers when text columns has >= 80 characters. 2020-11-08 16:36:02 -03:00
firebirds
fb07afaf18 increment build number 2020-11-07 00:02:16 +00:00
hvlad
f16dcfd273 New field RDB$CONFIG_SOURCE for RDB$CONFIG table.
Contains name of configuration (file) where given setting was set or NULL.

If configuration file placed under the Firebird root directory, only suffix part of full path is shown (such as "firebird.conf", "database.conf", etc).
Special name "<DPB>" is used for settings defined in DPB using isc_dpb_config tag.
2020-11-06 17:06:16 +02:00
AlexPeshkoff
98e8418aa0 Postfix for CORE-6412, fixed non-ascii users support 2020-11-06 16:31:23 +03:00
firebirds
57d43bb443 increment build number 2020-11-05 00:02:15 +00:00
hvlad
9bb72119d6 Fixed bug CORE-6437 : gfix cannot set big value for buffers 2020-11-04 22:30:01 +02:00
AlexPeshkoff
47d8f65e65 Fixed bug caused by one of my recent commits 2020-11-04 12:58:43 +03:00
Dmitry Yemanov
9f86d1ad4e Ensure the cursor is closed after error 2020-11-04 09:35:21 +03:00
firebirds
c7b73ab921 increment build number 2020-11-04 00:02:17 +00:00
AlexPeshkoff
5c06d544ee Always check for correct data extracted from info block instead fb_assert 2020-11-03 20:07:08 +03:00
firebirds
e7e79267d0 increment build number 2020-11-02 00:02:20 +00:00
hvlad
12aa1c6197 A bit more debug code to catch issue with not detached BtrPageGCLock and AV in setLockAttachment() at disconnect time.
Note, it might slowdown disconnects (when there is a lot of pools and "long" locks in attachment). In any case - this is temporary code, not going to be active in public release.
Fix for "impossible" case in IndexTableScan::close() that might be a source of the issue.
2020-11-02 00:27:59 +02:00
firebirds
1a2f79876d increment build number 2020-10-30 00:02:20 +00:00
AlexPeshkoff
32b93d9887 Avoid negative offsets in case of malformed network packet 2020-10-29 18:05:45 +03:00
firebirds
db3ad550fa increment build number 2020-10-29 00:02:16 +00:00
AlexPeshkoff
f88c95acb6 Fixed CORE-6432: Possible buffer overflow in client library in Attachment::getInfo() call 2020-10-28 20:46:40 +03:00
AlexPeshkoff
401387140b Fixed issues with security database name configuration parameter 2020-10-28 16:30:10 +03:00
firebirds
ca77a37910 increment build number 2020-10-28 00:02:15 +00:00
Adriano dos Santos Fernandes
2f3229cc5d Fixed CORE-6408 - RETURNING clause in MERGE cannot reference column in aliased
target table using qualified reference (alias.column) if DELETE action present.
2020-10-27 13:41:29 -03:00
hvlad
0746ba3466 Some renaming and other misc changes, as suggested by Dmitry.
Added documentation of new setting into firebird.conf.
Show default value for WireCrypt setting from server side view.
Fixed assert pointed by Alex.
2020-10-27 16:27:05 +02:00
Dmitry Yemanov
b30ff76118 Replaced ADD/DROP with INCLUDE/EXCLUDE in replication DDL 2020-10-27 15:15:35 +03:00
firebirds
c47d0b3780 increment build number 2020-10-27 00:02:16 +00:00
AlexPeshkoff
c851e3d421 Make sample of key holder plugin partially usable when chaining plugins 2020-10-26 19:43:20 +03:00
Adriano dos Santos Fernandes
ff37d445ce Fixed CORE-6427 and CORE-6429:
- CORE-6427 - Whitespace as date separator causes conversion error.
- CORE-6429 - Timezone offset in timestamp/time literal and CAST should follow SQL standard syntax only.
2020-10-26 12:30:21 -03:00
Adriano dos Santos Fernandes
7b0a29d0bc Postfix for CORE-6421 - Parameter in offset expression in LAG, LEAD, NTH_VALUE
window functions requires explicit cast to BIGINT or INTEGER.

Fixed LEAD.
2020-10-25 21:54:30 -03:00
firebirds
f9e6da1714 increment build number 2020-10-24 00:02:15 +00:00
github-actions[bot]
22fcad745e Updata tzdata. 2020-10-23 08:27:30 -03:00
firebirds
98d74c0883 increment build number 2020-10-23 00:02:16 +00:00
github-actions[bot]
57ccae938a Updata tzdata. 2020-10-22 09:25:58 -03:00
Artyom Abakumov
20f2aac5b8 Fxed bug CORE-6426: Assert when batch executed without BLOB field 2020-10-22 10:55:45 +03:00
firebirds
6a06130bc0 increment build number 2020-10-22 00:02:16 +00:00
hvlad
1ab61903af Attempt to find the reason of crash around setLockAttachment(), cleanup.
DEBUG_LCK_LIST should be undefined before release!
2020-10-22 00:00:39 +03:00
AlexPeshkoff
60be3e621f Fixed CORE-6425: Exception in client library in IAttachment::createBatch() 2020-10-21 20:29:58 +03:00