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

272 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
bf284274f4 Misc. 2017-05-02 23:07:08 -03:00
f995ed4408 Merges changes from master 2017-04-02 19:12:18 +03:00
a1425f7383 Brief description of DECFLOAT datatype 2017-03-30 21:05:30 +03:00
Adriano dos Santos Fernandes
3ca6fc140d Feature CORE-5463 - Support GENERATED ALWAYS identity columns and OVERRIDE clause.
I didn't verified why the error messages are being truncated. It seems idiotic if
the engine, library or ISQL does not accept these not-so-detailed messages.
2017-02-24 23:03:04 -03:00
bae769071e Fix build and forgotten doc (#75) 2017-01-17 15:46:14 +03:00
7b9b408658 Implementation of CORE-5064 (#73)
* Implementation of CORE-5064

* Use constants instead of magic numbers
2017-01-11 19:13:10 +03:00
Adriano dos Santos Fernandes
efc155f4b3 Allow to set more than one ALTER identity option in the same command - CORE-5430. 2016-12-30 13:55:34 -02:00
Adriano dos Santos Fernandes
127dddfe74 Improvement CORE-5431 - Support for DROP IDENTITY clause. 2016-12-28 12:57:47 -02:00
Adriano dos Santos Fernandes
278c993915 Improvement CORE-5430 - Support for INCREMENT option in identity columns. 2016-12-27 14:57:46 -02: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
Adriano dos Santos Fernandes
d41c488aca Added a note to DATEADD. 2016-11-04 12:23:13 -02:00
Roman Simakov
6bde5f9945 Adjust sql security doc 2016-10-26 10:31:39 +03:00
Adriano dos Santos Fernandes
19788ff96d Misc. 2016-10-03 22:33:31 -03:00
Roman Simakov
052c97b662 Fixes for DB level triggers 2016-10-03 17:55:40 +03:00
Roman Simakov
8423748c2b Correct description 2016-09-28 18:06:17 +03:00
Roman Simakov
9aab6ed8cc SQL SECURITY Feature (#42)
* Added SQL SECURITY clause to various DDL statements
2016-09-28 17:24:04 +03:00
Adriano dos Santos Fernandes
a9378178fd Feature CORE-5346 - Window Function: named window. 2016-09-23 13:43:10 -03:00
Adriano dos Santos Fernandes
112efb5a29 Misc. 2016-09-06 15:17:52 -03: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
Adriano dos Santos Fernandes
f80d135842 Documentation for CORE-3647 - Window Function: frame (rows / range) clause. 2016-09-06 13:07:19 -03: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
935eb9aae3 Convert Window Functions README to markdown. 2016-09-01 13:28:01 -03:00
6e8508730e Fixed doc - thanks to Helen 2016-08-17 13:13:38 +03:00
Adriano dos Santos Fernandes
01c131b6f7 Improvements to NTILE after Pavel Zotov comments in CORE-3618. 2016-07-31 13:41:40 -03:00
Adriano dos Santos Fernandes
26895605f4 Merge branch 'new_window_functions' of git://github.com/nakagami/firebird into new-window-functions 2016-06-29 12:26:45 -03:00
63b6708e7f Misc 2016-06-01 12:00:48 +03:00
7ad99b795e Added support for system privileges 2016-05-31 20:07:08 +03:00
Roman Simakov
513bdba1cf Fixed misprint 2016-05-27 17:26:07 +03:00
Roman Simakov
f9c8887627 Added description of RDB function 2016-05-23 10:00:43 +03:00
Roman Simakov
238fff3a2d Fixed CORE-1815: Ability to grant role to another role (#23)
* Initial patch for cumulative roles

* Fixed multiple records in USER_PRIVILEGES and reworked logic on additional grant default role and admin option
2016-05-12 17:03:54 +03:00
Hajime Nakagami
8745489bb0 Add window functions, PERCENT_RANK(), CUME_DIST() and NTILE(). 2016-04-16 02:32:35 +09:00
Adriano dos Santos Fernandes
251ec1c7f5 More changes related to CORE-5167. 2016-04-13 12:47:35 -03:00
0e7dbf02fa Fixed docs - thanks to Adriano 2016-03-28 12:03:26 +03:00
Dmitry Yemanov
f6e4f41bd9 Simplify migration for old databases affected by changes in
CLIENT_ADDRESS. Refresh outdated readme.
2016-03-27 11:20:27 +03:00
de12c06f38 Fixed CORE-5162: SEC$ tables and tag/attributes 2016-03-22 19:31:44 +03:00
alexpeshkoff
c824acf008 Documented CORE-5100 2016-02-03 14:15:41 +00:00
asfernandes
9fbee6b719 Misc. 2015-10-13 02:22:57 +00:00
alexpeshkoff
42b98af12b Better syntax for CORE-4955 & docs 2015-10-09 13:57:39 +00:00
asfernandes
64f82e1682 Improvement CORE-4923 - Add ability to track domains rename in DDL triggers. 2015-09-02 16:24:31 +00:00
dimitr
31e27214ee Updated the docs for Beta 2. 2015-06-23 22:00:25 +00:00
asfernandes
ba03a8c71e 1) Improvement CORE-4791 - Make INSERTING/UPDATING/DELETING reserved words to fix ambiguity with boolean expresions.
2) Fixed CORE-4735 -  Expression 'where bool_field IS true | false' should also use index as 'where bool_field = true | false' (if such index exists).
2015-05-15 16:10:39 +00:00
asfernandes
2b5d5ed57c Correction - thanks to Simonov Denis. 2015-04-30 15:24:12 +00:00
asfernandes
dd2411e576 Fixed CORE-4755 - Parameterized exception: wrong output when number of arguments greater than 7. 2015-04-29 15:59:46 +00:00
asfernandes
edb4192e67 Changes related to CORE-1180: change syntax and semantics to the standard SQL, and also manage RDB$RELATION_CONSTRAINTS records correctly. 2015-04-02 02:26:46 +00:00
robocop
ed1e4b5b7d Misc. 2015-03-31 02:10:38 +00:00
asfernandes
5a63bc980a Corrections, thanks to Simonov Denis. 2015-03-28 00:40:16 +00:00
asfernandes
4554ee24f5 Feature CORE-4722 - Aggregate linear regression functions. 2015-03-25 17:51:54 +00:00
asfernandes
64d146a06f Feature CORE-4717 - Aggregate statistical functions COVAR_SAMP, COVAR_POP and CORR - contributed by Hajime Nakagami. 2015-03-23 02:55:42 +00:00
dimitr
8cd8d505f4 Fixed a mistake. 2015-03-21 05:15:25 +00:00
dimitr
b1aca05e3a Updated the docs. 2015-03-19 07:09:49 +00:00