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

54096 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
51ee150915
CORE-6145 - Fix Windows build. 2019-09-19 13:35:33 -03:00
Adriano dos Santos Fernandes
6add872a1a Complement fix for CORE-6145 - Wrong result in "similar to" with non latin characters. 2019-09-19 13:04:52 -03:00
Ilya Eremin
0b6311769e Fixed CORE-6144: Inconsistent behaviour of the NEW context variable in AFTER UPDATE OR DELETE triggers (#225)
* Fixed CORE-6144: Inconsistent behaviour of the NEW context variable in AFTER UPDATE OR DELETE triggers

* MET_current() is used to get relation current format
2019-09-19 09:36:23 +03:00
Adriano dos Santos Fernandes
093ba005e2 Fix CORE-6145 - Wrong result in "similar to" with non latin characters. 2019-09-18 21:50:36 -03:00
firebirds
128ecdc77f increment build number 2019-09-19 00:03:38 +00:00
Vlad Khorsun
3eb47e3bb2
Merge pull request #224 from mrotteveel/fix-split-restore
CORE-5976 increase minimum for multi-database restore
2019-09-18 12:40:46 +03:00
firebirds
c2f4208699 increment build number 2019-09-18 00:03:47 +00:00
Dmitry Yemanov
f558f13cd6 Misc (indentation) 2019-09-17 20:27:43 +03:00
Alex Peshkoff
0fa41abc5d Added int128 to rdb$types 2019-09-17 18:34:28 +03:00
hvlad
26b287249b Fixed typo 2019-09-17 17:16:58 +03:00
firebirds
4ac6e0cb45 increment build number 2019-09-17 00:03:58 +00:00
Alexander Peshkov
861d536fc2
Int128 - new datatype (#220)
* Int128 support - work in progress

* Work in progress

* Int128 datatype appears to be mostly OK except sort & index

* Fixed divide scaling, added sorting & network (xdr) support

* Binding control, aggregate nodes, cleanup and documentation

* Fixed VS2017 AppVeyor build

* Next attempt to fix vs2017 build

* Next attempt to fix vs2017 build

* Next attempt to fix vs2017 build

* Update MSVC build.

* Set VS architecture correctly

* Fixed a number of issues noticed by Mark
2019-09-16 20:59:54 +03:00
firebirds
b265743642 increment build number 2019-09-15 00:03:27 +00:00
hvlad
b7c31c7ac1 Comments, misc 2019-09-14 15:57:40 +03:00
hvlad
0037fdcb84 No need to evaluate same key again.
It was necessary before introducing temporary_key::key_nulls in v3.
2019-09-14 15:50:00 +03:00
hvlad
4a322b3b81 Fixed bug CORE-6138 : Inconsistent behavior regarding visibility of master record on detail inserts
Dmitry, please review
2019-09-14 15:46:36 +03:00
firebirds
831e995334 increment build number 2019-09-14 00:03:49 +00:00
Alex Peshkoff
e6d269492a Fixed CORE-6143: Error 'Multiple maps found for ...' is raised in not appropriate case 2019-09-13 20:31:05 +03:00
hvlad
0a22aa2070 Port forward fix for bug CORE-6142 : Error "connection lost to database" could happen when application creates few local attachments (using XNET) simultaneously 2019-09-13 12:24:18 +03:00
Mark Rotteveel
38f5d32179 CORE-5976 increase minimum for multi-database restore 2019-09-12 10:51:50 +02:00
firebirds
6e73b0bd49 increment build number 2019-09-08 00:03:25 +00:00
Adriano dos Santos Fernandes
e98188a96e Hope to fix VS 2015 build. 2019-09-07 10:05:25 -03:00
firebirds
268bc4faf4 increment build number 2019-09-07 00:03:53 +00:00
Alex Peshkoff
e5866c902b Frontported fix for CORE-6134 2019-09-06 12:52:19 +03:00
Alex Peshkoff
ee4c8f2f09 Postfix for CORE-6048 2019-09-06 12:49:27 +03:00
Alex Peshkoff
d5bd3c1524 Fixed syntax in doc 2019-09-06 11:53:28 +03:00
Adriano dos Santos Fernandes
d21ab3e8d1 Merge branch 'work/re2' 2019-09-05 22:09:48 -03:00
firebirds
f012089937 increment build number 2019-09-06 00:03:55 +00:00
hvlad
6bada8e683 Fixed bug CORE-6137 : Server crashes when it run SQL 2019-09-05 22:14:14 +03:00
Alex Peshkoff
76088c21cc Implemented CORE-6048: Provide ability to see current state of DB encryption 2019-09-05 19:23:38 +03:00
Adriano dos Santos Fernandes
3aa372f546 1) Do not use U8_NEXT as some ICU versions calls a function; 2) Some corrections. 2019-09-02 12:53:07 -03:00
Adriano dos Santos Fernandes
09474b099a Support for NONE/OCTETS. 2019-09-01 21:01:38 -03:00
Adriano dos Santos Fernandes
768aec8937 Avoid cast. 2019-08-27 23:18:31 -03:00
Adriano dos Santos Fernandes
cbf9662786 Remove outdated comments. 2019-08-26 21:57:48 -03:00
Adriano dos Santos Fernandes
ff06569f12 Add finalizers to free memory or other resources not managed by memory pool. 2019-08-26 21:47:44 -03:00
Adriano dos Santos Fernandes
0969fb70e8 Use -static-libstdc++ to avoid crashes. 2019-08-26 21:47:44 -03:00
Adriano dos Santos Fernandes
084b3ee1fc Simplification. 2019-08-26 21:47:44 -03:00
Adriano dos Santos Fernandes
bb6e08c7d1 Misc. 2019-08-13 22:31:10 -03:00
Adriano dos Santos Fernandes
3d47c2224c Adjust posix build. 2019-08-13 22:14:58 -03:00
Adriano dos Santos Fernandes
1999391300 Added re2 Makefile. 2019-08-13 13:00:37 -03:00
Adriano dos Santos Fernandes
60f9eb851c Do not ignore all Makefile's from the tree. 2019-08-13 12:50:20 -03:00
hvlad
100d7b07db It is not required to specify VS version 2019-08-13 01:05:50 +03:00
hvlad
f1964ffc5f 1. cmake supplied with VS 2017 doesn't support switch -B
2. Correct usage of target platform (Win32\x64)
2019-08-13 00:57:10 +03:00
hvlad
c5a211a33a Fixed typo 2019-08-12 20:57:07 +03:00
Adriano dos Santos Fernandes
3d6544d961 Misc. 2019-08-12 13:19:19 -03:00
Adriano dos Santos Fernandes
4a1677750f Windows build adjustments. 2019-08-12 13:19:19 -03:00
Adriano dos Santos Fernandes
65f003da0d Import re2 version 2019-08-01. 2019-08-11 11:10:29 -03:00
Adriano dos Santos Fernandes
28e18749ff WIP: Reimplementation of SIMILAR TO and SUBSTRING...SIMILAR using Google's re2 library.
This should fix:
CORE-4874
CORE-5664
CORE-3858
CORE-6088
CORE-3773
CORE-5931
CORE-6088
CORE-4893
2019-08-10 22:39:19 -03:00
firebirds
71bf81e151 increment build number 2019-08-11 00:03:37 +00:00
Adriano dos Santos Fernandes
14d41d409e Fix some clang release-build warnings. 2019-08-09 23:04:41 -03:00