Adriano dos Santos Fernandes
5f6d20c3fb
Rework in the fix for CORE-5408 to fix CORE-5423.
...
CORE-5408 - Result of boolean expression can not be concatenated with string literal
CORE-5423 - Regression: "Invalid usage of boolean expression" when use "BETWEEN" and "IS" operators
2016-12-20 14:25:23 -02:00
firebirds
ff0ddf3a11
increment build number
2016-12-16 00:02:24 +00:00
Roman Simakov
c3fe90cd8e
Adjusted tokens array to be consistent to non_reserved_word of grammar ( #71 )
...
* Adjusted tokens array to be consistent to non_reserved_word of grammar
* Duplicated WEEK removed from non_reserved_word. tokens array adjusted according to this.
* Make WEEK non reserved
2016-12-15 10:13:43 +03:00
firebirds
d301c85659
increment build number
2016-12-15 00:02:29 +00:00
Dmitry Yemanov
59a9129232
Temporarily disable the broken code path.
2016-12-14 19:30:25 +03:00
firebirds
01c11aebf6
increment build number
2016-12-14 00:02:23 +00:00
Adriano dos Santos Fernandes
64fa7dce85
Fixed CORE-5408 - Result of boolean expression can not be concatenated with string literal.
2016-12-13 13:11:06 -02:00
firebirds
3dd3764f13
increment build number
2016-12-12 00:02:24 +00:00
Adriano dos Santos Fernandes
5fb4a9c6f3
Misc.
2016-12-11 20:53:27 -02:00
hvlad
0c520b8ea6
Fixed bug CORE-5417 : Engine could hang up if auto-sweep is starting while database is shutting down
2016-12-11 22:33:03 +02:00
firebirds
9b814610cb
increment build number
2016-12-06 00:02:24 +00:00
Dmitry Yemanov
fedcbbb534
Attempt to fix CORE-5392: BUCHECK 179(decompression overran buffer) or unexpected lock conflict may happen during record version backout.
2016-12-05 14:50:21 +03:00
firebirds
5cd2083aed
increment build number
2016-12-03 00:02:24 +00:00
Dmitry Yemanov
90b4de2b25
I see no sense in making RDBhimBHprefixed functions/variables non-reserved. RDB$ is well-known system prefix, people should not use it for user objects.
2016-12-02 10:24:18 +03:00
Dmitry Yemanov
cd8b6e0a41
Reworked syntax for new error context vars, based on feedback from the other devs.
2016-12-02 10:18:47 +03:00
firebirds
246f8a817d
increment build number
2016-12-02 00:02:25 +00:00
Adriano dos Santos Fernandes
d7e131b5b7
Fixed CORE-5410 - Dependencies are not stored when using some type of contructions in subroutines.
2016-12-01 12:58:19 -02:00
firebirds
c020815299
increment build number
2016-11-25 00:02:18 +00:00
Dmitry Yemanov
989a6b90af
Misc improvement as suggested by Adriano.
2016-11-24 19:22:27 +03:00
firebirds
04c9fbed66
increment build number
2016-11-23 00:02:22 +00:00
Dmitry Yemanov
66c9416162
Revert back old change that's not actual anymore but causing undesired side-effects in CS under concurrent load.
2016-11-22 13:22:10 +02:00
hvlad
dac882c97e
Introduced small per-relation cache of physical numbers of data pages.
...
It allows to reduce number of pointer page fetches and improves performance.
2016-11-22 13:21:51 +02:00
Adriano dos Santos Fernandes
2388af42f6
Misc.
2016-11-21 22:19:49 -02:00
Adriano dos Santos Fernandes
0cf8d887a1
Fixed CORE-5404 - Inconsistent column/line references when PSQL definitions return errors.
2016-11-21 22:16:04 -02:00
firebirds
18dabe3001
increment build number
2016-11-22 00:02:26 +00:00
383c511cfc
Postfix for CORE-5204
2016-11-21 18:23:18 +03:00
firebirds
9d03c83c82
increment build number
2016-11-18 00:02:26 +00:00
hvlad
c72cb574d4
Fixed bug CORE-5350 : Assert in CachedMasterInterface::set
2016-11-17 13:17:20 +02:00
firebirds
c7cefb9dd9
increment build number
2016-11-15 00:02:22 +00:00
Roman Simakov
01f36be94d
Fixed a possibility to duplicate SQL SECURITY option for GTT
2016-11-14 17:07:09 +03:00
firebirds
58bb87e94b
increment build number
2016-11-14 00:02:27 +00:00
Adriano dos Santos Fernandes
1e592de776
Misc.
2016-11-13 09:55:21 -02:00
firebirds
54cebb88bd
increment build number
2016-11-11 00:02:23 +00:00
Dmitry Yemanov
05c3ccc6cf
Attempt to fix CORE-5393: Bad optimization of some operations with views containing subqueries.
2016-11-10 09:23:40 +03:00
firebirds
ad5368a73c
increment build number
2016-11-09 00:02:23 +00:00
Popa Marius Adrian
4651ef1ca4
clean libtommath *.d dependencies files created by gcc compiler ( #66 )
2016-11-08 20:59:31 +03:00
Adriano dos Santos Fernandes
27ea6a5c8a
Merge pull request #65 from mariuz/patch-3
...
Remove fb version info from build instructions.
2016-11-08 08:06:00 -02:00
Dmitry Yemanov
af37a963e9
Bugfix CORE-5382: Incorrect processing (truncation) of SQL statement with length 10MB+1.
2016-11-08 12:48:58 +03:00
Popa Marius Adrian
3d1c4e71ad
remove fb version info from build instructions
2016-11-08 11:48:22 +02:00
Adriano dos Santos Fernandes
116e558ccf
Merge pull request #64 from mariuz/patch-2
...
Small spell error: pannel -> panel.
2016-11-08 07:22:57 -02:00
Popa Marius Adrian
02ef763bcf
small spell error pannel -> panel
...
small spell
2016-11-08 11:02:38 +02:00
firebirds
f33d38a002
increment build number
2016-11-07 00:02:25 +00:00
Popa Marius Adrian
8e02445260
Fix android include paths related to c++11 ( #62 )
...
* Fix android include paths for c++11
* Fixed android arm 32 build
2016-11-06 11:36:02 +03:00
firebirds
d8c886c180
increment build number
2016-11-05 00:02:22 +00:00
Adriano dos Santos Fernandes
d41c488aca
Added a note to DATEADD.
2016-11-04 12:23:13 -02:00
firebirds
0311f22e6c
increment build number
2016-11-04 00:02:21 +00:00
Adriano dos Santos Fernandes
e4aed163ac
Fixed CORE-5390 - ISQL crashes corrupting memory when statement length is greater than 10 MB.
2016-11-03 13:36:54 -02:00
firebirds
40155876f7
increment build number
2016-10-29 00:02:20 +00:00
Adriano dos Santos Fernandes
1f74d2c0b0
Fixed CORE-5383 - Dependencies in package not recognised.
2016-10-28 15:17:39 -02:00
de12105ad6
Fixed Android build
2016-10-28 18:07:27 +03:00