AlexPeshkoff
4e8674e81e
Make raw .md look a bit better
2019-12-10 10:34:45 +03:00
firebirds
1fb574b4cb
increment build number
2019-12-10 00:05:36 +00:00
AlexPeshkoff
766cfa130c
Fixed CORE-6185: Some (wrong ?) parameters of ENCRYPT() leads FB to crash
2019-12-09 19:49:27 +03:00
hvlad
2b936db9ae
Let logAndDie() call abort() on all platforms.
...
It prevent hung when process exits (instead of aborts) and tries to release resources.
2019-12-09 14:00:22 +02:00
firebirds
e689373d86
increment build number
2019-12-09 00:04:31 +00:00
AlexPeshkoff
f6f702bad5
Added forgotten in development branch commit, this fixes issues with native, legacy and automatic binds
2019-12-08 15:10:52 +03:00
firebirds
4f7577312a
increment build number
2019-12-08 00:04:45 +00:00
hvlad
3b43bc905f
Sub-task CORE-4463: Windows implementation for CORE-4462 (Make it possible to restore compressed .nbk files without explicitly decompressing them)
2019-12-07 19:47:25 +02:00
firebirds
6431ea4b93
increment build number
2019-12-07 00:04:30 +00:00
AlexPeshkoff
946deb3c19
Avoid a lot of faulty asserts when adding new types, simplified code
2019-12-06 18:35:43 +03:00
AlexPeshkoff
91d48a2192
Comment
2019-12-06 18:35:43 +03:00
AlexPeshkoff
938bbee174
Added check for correctness of data coercion requested in SET BIND
2019-12-06 18:35:43 +03:00
AlexPeshkoff
7175cfc910
Remove unneeded any more members from coercion rules array, also some const correctness
2019-12-06 18:35:43 +03:00
AlexPeshkoff
e3cd960d3a
Cleanup
2019-12-06 18:35:43 +03:00
AlexPeshkoff
379920b13a
Added support of blob and varchar w/o explicit length
2019-12-06 18:35:43 +03:00
AlexPeshkoff
79462d1877
Simplify code
2019-12-06 18:35:43 +03:00
AlexPeshkoff
95135eb518
According to Dimitry's suggestion perform data transformation later
2019-12-06 18:35:43 +03:00
hvlad
9cf48629e1
Update Windows build
2019-12-06 18:35:43 +03:00
AlexPeshkoff
66bdb2c9c6
Fixed errors displayed in case of error in DPB bindings
2019-12-06 18:35:43 +03:00
AlexPeshkoff
5b9946c199
Fixed parsing DPB bindings
2019-12-06 18:35:43 +03:00
AlexPeshkoff
011546154c
Fixed docs
2019-12-06 18:35:43 +03:00
AlexPeshkoff
be6c4c2d28
Documentation, firebird.conf
2019-12-06 18:35:43 +03:00
AlexPeshkoff
0dce25ffc1
Change style of setting database compatibility in config files (docs to come later)
2019-12-06 18:35:43 +03:00
AlexPeshkoff
6a4db49be4
Added NATIVE binding support
2019-12-06 18:35:43 +03:00
AlexPeshkoff
a6b05a671e
Started with doc for a feature
2019-12-06 18:35:43 +03:00
AlexPeshkoff
d01fff6fbb
Fixed DECFLOAT coercion
2019-12-06 18:35:43 +03:00
AlexPeshkoff
e8787500d7
First edition of SET BIND statement
2019-12-06 18:35:43 +03:00
AlexPeshkoff
8086e06ee1
Fixed CORE-6203: "Error reading data from the connection" is raised sometimes when using non-default authentication plugin
2019-12-06 18:24:28 +03:00
AlexPeshkoff
d5019220f1
Fixed CORE-6186: Original content of column which is involved into ENCRYPT() is displayed as distorted view after this call
2019-12-06 17:25:58 +03:00
Andrey Kravchenko
913b9499e9
Fix deleted memory use in optimizer ( #242 )
...
In function gen_retrieval (jrd/opt.cpp) created OptimizerRetrieval and
call getInversion, where created InversionCandidateList and after
analyzeNavigation variable navigationCandidate linked to item of list.
After clean up the list in function gen_retrieval call getNavigation
where using variable navigationCandidate.
2019-12-06 13:31:14 +03:00
firebirds
21f2b8c5ed
increment build number
2019-12-05 00:04:30 +00:00
Adriano dos Santos Fernandes
a2ee867e03
Correction for MacOS build.
2019-12-04 08:19:50 -03:00
Adriano dos Santos Fernandes
fbea5135aa
Correction for Linux.
2019-12-04 07:59:38 -03:00
Adriano dos Santos Fernandes
2e8060f081
Frontport changes for MacOS build.
2019-12-03 21:57:12 -03:00
Adriano dos Santos Fernandes
6c1744a55c
Setup GitHub Actions for Linux and Windows.
2019-12-03 21:52:32 -03:00
firebirds
0ca45880d3
increment build number
2019-12-02 00:03:56 +00:00
Adriano dos Santos Fernandes
de57ae7f5e
Fixes for MacOS build.
2019-12-01 10:37:05 -03:00
Dmitry Yemanov
d8f90b0aec
Frontported my fixes + some shmem refactoring + minor changelog cleanup
2019-12-01 11:48:44 +03:00
Dmitry Yemanov
b1b93bb1ec
Fixed ugly initialization of the shared memory object + fixed potential problems with 64-bit transaction IDs + minor refactoring
2019-12-01 11:48:44 +03:00
firebirds
a420d97a74
increment build number
2019-11-30 00:03:56 +00:00
AlexPeshkoff
f9d2dcb56a
Added cloop-generated file to clean target
2019-11-29 20:03:56 +03:00
firebirds
d5718b6a1c
increment build number
2019-11-28 00:03:59 +00:00
Roman Simakov
f6a3653baa
Now CREATE FUNCTION/PROCEDURE inside CREATE PACKAGE does not require CREATE FUNCTION/PROCEDURE privilege
2019-11-27 17:21:49 +03:00
firebirds
f3536a70c4
increment build number
2019-11-27 00:03:46 +00:00
Dmitry Starodubov
ba516f68a8
Fixed CORE-6198: Wrong error checking for pread / pwrite calls
2019-11-26 17:21:46 +03:00
firebirds
926ec1b830
increment build number
2019-11-24 00:03:45 +00:00
Adriano dos Santos Fernandes
72d7f76159
Fix memory leak in INET_connect() reported by Dimitry S.
2019-11-23 17:11:41 -03:00
firebirds
e7a728a80d
increment build number
2019-11-19 00:03:43 +00:00
AlexPeshkoff
a345149cfd
Comment
2019-11-18 17:01:12 +03:00
firebirds
5e9000e442
increment build number
2019-11-16 00:03:54 +00:00