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

55165 Commits

Author SHA1 Message Date
firebirds
73981de671 increment build number 2020-11-28 00:05:32 +00:00
hvlad
15db9cd3f4 Don't store MetaName in EDS::Statement as it keeps reference to the memory allocated by local Database and EDS::Statement could be used after that Database instance destroyed. 2020-11-27 16:48:10 +02:00
firebirds
e3d1d0b4f2 increment build number 2020-11-27 00:06:17 +00:00
AlexPeshkoff
1da2299917 Fixed build with valgrind 2020-11-26 15:18:40 +03:00
firebirds
5ffe9e4dea increment build number 2020-11-26 00:06:26 +00:00
Adriano dos Santos Fernandes
361f008974 Fix warnings. 2020-11-25 13:28:01 -03:00
Adriano dos Santos Fernandes
d0fc1069c2 Fixed CORE-6453 - EXECUTE STATEMENT fails on FB 4.x if containing time/timestamp with time zone parameters. 2020-11-25 13:07:07 -03:00
firebirds
2037579ca5 increment build number 2020-11-25 00:05:24 +00:00
hvlad
d9d557cd3e Avoid name with underscore, as Adriano suggested. 2020-11-24 15:37:54 +02:00
hvlad
974a641d8e Refactor internal representation of configuration entries table.
Trivial getXXX methods now automatically generated with help of new macros.
It allows to guarantee correct method declaration and impl. details in correspondence of parameter globality.
Most getXXX methods are trivial and moved into class declaration now.
RDB$CONFIG filling code now get values of global parameters using default config instance.
2020-11-24 14:40:54 +02:00
firebirds
f3c95a5927 increment build number 2020-11-21 00:06:16 +00:00
AlexPeshkoff
8b70d337e0 Postfix for CORE-6450 2020-11-20 13:03:30 +03:00
firebirds
ad68b60aca increment build number 2020-11-20 00:06:00 +00:00
f1ff55ddca Fix "unused parameter" warning 2020-11-19 15:55:15 +03:00
AlexPeshkoff
41a8fc5fd6 Fixed CORE-6450: Races in cache of opened security databases 2020-11-19 13:36:07 +03:00
firebirds
61cac96643 increment build number 2020-11-18 00:04:53 +00:00
Adriano dos Santos Fernandes
a8ed77a984
Try to fix update-tzdata job. 2020-11-17 08:37:30 -03:00
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