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 |
|
asfernandes
|
2bd863a353
|
Feature CORE-4714 - Aggregate statistical functions stddev_pop, stddev_samp, var_pop and var_samp - contributed by Hajime Nakagami.
|
2015-03-18 21:38:52 +00:00 |
|
alexpeshkoff
|
b7621d6f9d
|
Fixed CORE-4651: CREATE DATABASE fails for the user having RDB$ADMIN rights in security database
|
2014-12-26 14:10:39 +00:00 |
|
alexpeshkoff
|
23c9e7e7fe
|
Documentation changes for CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL
|
2014-12-24 15:23:42 +00:00 |
|
mrotteveel
|
155508d05e
|
CORE-4526 Support for SQL:2008 OFFSET and FETCH clauses
|
2014-11-29 15:39:59 +00:00 |
|
alexpeshkoff
|
c0f587457b
|
Added doc
|
2014-11-14 08:24:43 +00:00 |
|
dimitr
|
208adfc8b6
|
Updated the docs.
|
2014-11-12 07:44:31 +00:00 |
|
alexpeshkoff
|
2a293c2691
|
Implemented CORE-4538: Access rights for CREATE DATABASE operator
|
2014-09-02 16:55:14 +00:00 |
|
asfernandes
|
5ffc936053
|
Misc.
|
2014-08-06 02:12:01 +00:00 |
|
asfernandes
|
e4421e1e38
|
Adjustments as Simonov Denis comments in fb-devel.
|
2014-07-28 14:50:14 +00:00 |
|