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
firebirds
893d0c0ef2
increment build number
2019-08-07 00:03:35 +00:00
Adriano dos Santos Fernandes
bb0c1e3a38
Fixed CORE-6108 - Regression: FB3 throws "Datatypes are not comparable in expression" in procedure parameters.
2019-08-06 12:25:33 -03:00
firebirds
fd25242ac0
increment build number
2019-08-06 00:03:32 +00:00
Roman Simakov
afdc1e3bee
Fixed cleaning cache of security classes. Fixed crash.
2019-08-05 16:39:02 +03:00
Alex Peshkoff
2313de273d
Fixed too string assertion making TCS fail
2019-08-05 12:43:08 +03:00
firebirds
40226f6a2b
increment build number
2019-08-04 00:03:46 +00:00
Adriano dos Santos Fernandes
c2a5dde6d1
Fixed assert error after 2f335dca94
.
2019-08-03 13:42:49 -03:00
firebirds
04d2ee5272
increment build number
2019-08-03 00:03:30 +00:00
Mark Rotteveel
426aeb50c8
CORE-6109 SQL standard FLOAT type syntax support ( #218 )
...
* CORE-6109 SQL standard FLOAT type syntax support
* Fix type or copy/paste error
* Delete unused precision_opt rule
2019-08-02 20:55:34 +03:00
firebirds
59ab6a98b2
increment build number
2019-07-24 00:03:44 +00:00
Dmitry Yemanov
9e6beda78b
Fixed a mistake of mine
2019-07-23 10:28:50 +03:00
firebirds
e9c8649733
increment build number
2019-07-23 00:04:20 +00:00
Roman Simakov
46276c4e52
Typo
2019-07-22 15:30:07 +03:00
Roman Simakov
3058fa48d3
Implemented cache of SecurityClasses when key is a pair
...
<SecurityClassName, UserName>. Now SecurityClass contains user name.
SCL_get_class now always returns a security class of the effective user.
It's necessary to take care of it in calls.
userName is removed from SCL_check_access function's arguments. It can
get it in security class.
Recomputing security classes are removed.
walk_acl uses explicit userName (previosly it might be current user).
2019-07-22 13:20:19 +03:00
firebirds
5f0aa39ff7
increment build number
2019-07-21 00:03:40 +00:00
Dmitry Yemanov
a1e7ecf922
Make indentation consistent
2019-07-20 11:54:03 +03:00
Dmitry Yemanov
adc23d2d87
Fixed CORE-6104: incorrect erroris thrown when an embedded user does not have SELECT permissions
2019-07-20 11:53:52 +03:00
firebirds
5d3f12ad66
increment build number
2019-07-18 00:03:30 +00:00
Dmitry Yemanov
fe0ffefa31
This should fix CORE-6097: Connection does not see itself in the MON
2019-07-17 08:23:38 +03:00
firebirds
2f57dc3395
increment build number
2019-07-16 00:03:30 +00:00
Adriano dos Santos Fernandes
d046a2ca86
Fallback for problem converting time-tz/timestamp-tz when ICU is not present in client.
2019-07-14 21:31:17 -03:00
firebirds
2bc5097252
increment build number
2019-07-11 00:03:39 +00:00
Alex Peshkoff
8d500d08c2
Fixed CORE-5784: Lock folder inizialization is not multi-process safe
2019-07-10 18:32:55 +03:00