Adriano dos Santos Fernandes
19788ff96d
Misc.
2016-10-03 22:33:31 -03:00
firebirds
8dfe0836bc
increment build number
2016-10-04 00:02:21 +00:00
Roman Simakov
052c97b662
Fixes for DB level triggers
2016-10-03 17:55:40 +03:00
firebirds
7a53286d54
increment build number
2016-10-03 00:02:21 +00:00
Dmitry Yemanov
2852a2d916
Fixed crash for db-level triggers. Roman, please review.
2016-10-02 17:25:36 +03:00
firebirds
5330b765f2
increment build number
2016-09-30 00:02:24 +00:00
Adriano dos Santos Fernandes
017ed2cf79
Simplifications.
2016-09-29 13:41:08 -03:00
firebirds
af5ef8fafd
increment build number
2016-09-29 00:02:21 +00:00
Roman Simakov
9aab6ed8cc
SQL SECURITY Feature ( #42 )
...
* Added SQL SECURITY clause to various DDL statements
2016-09-28 17:24:04 +03:00
firebirds
d3a0723ae4
increment build number
2016-09-24 00:02:20 +00:00
Adriano dos Santos Fernandes
09c2dc164b
Usage of C++11 strongly typed enum.
2016-09-23 15:28:03 -03:00
Adriano dos Santos Fernandes
f864a6d68a
Removed all KW_ prefixes from parse.y and adds by script TOK_ prefix to all #define tokens generated by btyacc.
...
This change is done because using strongly-typed C++11 enums, prefixes are removed from enum items
(as they're scoped) and that has a big tendency to clash with generated parser defines.
Windows build untested.
2016-09-23 15:12:13 -03:00
Adriano dos Santos Fernandes
796a2b1eec
Rename type/variable to reflect recent changes.
2016-09-23 13:43:41 -03:00
Adriano dos Santos Fernandes
a9378178fd
Feature CORE-5346 - Window Function: named window.
2016-09-23 13:43:10 -03:00
firebirds
f8382b6369
increment build number
2016-09-23 00:02:17 +00:00
Adriano dos Santos Fernandes
c6d9135586
Merge pull request #48 from FirebirdSQL/work/c++11
...
Use restricted list of C++11 features
2016-09-22 11:56:42 -03:00
10a4cded1a
Frontported fix for CORE-5355: XpbBuilder fails to create new TPB
2016-09-22 14:55:20 +03:00
firebirds
c98ca99ce2
increment build number
2016-09-22 00:02:21 +00:00
hvlad
d8f43da00f
Generate savepoint around blr_store for non-cursor INSERT's (INSERT INTO ... VALUES (...) ) with sub-select in VALUES list.
...
It fixes bug CORE-5337 : The subquery in the insert list expressions ignore the changes made earlier in the same executable block.
Note, existing procedures and triggers should be recompiled to have new BLR code.
2016-09-21 12:38:24 +03:00
firebirds
4daf083e93
increment build number
2016-09-20 00:02:24 +00:00
Dmitry Yemanov
da2bccb013
Bugfix CORE-5351: LEFT JOIN incorrectly pushes UDF into the inner stream causing wrong results
2016-09-19 19:42:27 +03:00
firebirds
78ddb3a868
increment build number
2016-09-17 00:02:21 +00:00
firebirds
c68a3bbd66
increment build number
2016-09-16 00:02:26 +00:00
53044c3441
Do not segfault in a case of unexpected exception
2016-09-15 19:52:52 +03:00
1f32346d21
Frontported fix for CORE-5326: Embedded - encrypting a database crashes host process when background encryption gets ready while no connection is established to that database
2016-09-15 17:37:50 +03:00
Adriano dos Santos Fernandes
62d2a001f8
Merge remote-tracking branch 'origin/master' into work/c++11
2016-09-10 14:18:27 -03:00
firebirds
2ed83fbf88
increment build number
2016-09-09 00:02:19 +00:00
Adriano dos Santos Fernandes
fb40f1eb2e
Fixed CORE-5341 - User collate doesn't work with blobs.
2016-09-08 14:11:56 -03:00
Dmitry Yemanov
1a82a6ff64
Misc (naming, constness, warnings).
2016-09-08 18:43:00 +03:00
firebirds
4d7c1884de
increment build number
2016-09-08 00:02:20 +00:00
hvlad
d5ec668334
Let UPDATE and DELETE statements ignore records already deleted in the same statement (but still visible because of stable cursor).
...
It fixed bugs
CORE-5322 : Cascade deletion in self-referencing table could raise "no current record for fetch operation" error), and
CORE-5142 : Error "no current record to fetch" if some record is to be deleted both by the statement itself and by some trigger fired during statement execution
2016-09-07 22:45:17 +03:00
firebirds
6043105648
increment build number
2016-09-07 00:02:20 +00:00
Dmitry Yemanov
ebd0d3c813
More context variables for error handlers, see CORE-1132 and CORE-2040. ( #46 )
...
* Implement some parts of CORE-1132 and CORE-2040.
* Change per Adriano's suggestion.
2016-09-06 21:12:03 +03:00
firebirds
1d435303fe
increment build number
2016-09-06 00:02:20 +00:00
d8d373435d
Fixed CORE-5347: Races when initializing wire compression
2016-09-05 18:14:42 +03:00
firebirds
8d423b6225
increment build number
2016-09-03 00:02:22 +00:00
Adriano dos Santos Fernandes
41d24deb26
Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
...
Also updated README.keywords of others features.
2016-09-02 15:20:01 -03:00
Adriano dos Santos Fernandes
3533997873
Usage of C++11 final keyword.
2016-09-02 10:09:30 -03:00
Adriano dos Santos Fernandes
33198c6db5
Use nullptr keyword and fix a related problem caught by MSVC.
2016-09-02 08:24:22 -03:00
Adriano dos Santos Fernandes
0c8282d2b3
1) Better usage of "range-based for loop with initializer list". 2) More elegant way to declare temporaries for usage with ->as<...>().
2016-09-01 23:16:22 -03:00
Adriano dos Santos Fernandes
dbaf574284
Usage of range-based for loop with initializer list.
2016-09-01 22:40:36 -03:00
Adriano dos Santos Fernandes
88d9591ab0
Usage of auto keyword and range-based for loop.
2016-09-01 22:40:36 -03:00
Adriano dos Santos Fernandes
16ec8a99c5
Usage of auto keyword and lambda.
2016-09-01 22:40:36 -03:00
Adriano dos Santos Fernandes
5a89d2e4e6
Usage of auto keyword.
2016-09-01 22:40:36 -03:00
Adriano dos Santos Fernandes
8f34bfe44a
Usage of override keyword.
2016-09-01 22:40:36 -03:00
Adriano dos Santos Fernandes
68bbdc1802
Correction.
2016-09-01 22:23:58 -03:00
firebirds
f62edab6c4
increment build number
2016-09-02 00:02:22 +00:00
Adriano dos Santos Fernandes
854b11b925
Removed unused function.
2016-09-01 11:46:27 -03:00
firebirds
272c870976
increment build number
2016-09-01 00:02:19 +00:00
hvlad
f38854a3a2
Fixed assertions (BDB_nbak_state_lock is not set for temporary page space)
2016-09-01 00:12:47 +03:00