asfernandes
b99311dd1e
Make the API usable with different type of IStatus classes, throwing (what class?) or not throwing. Builtin are CheckStatusWrapper (no throw) and ThrowStatusWrapper (throws FbException).
2015-01-12 00:21:38 +00:00
asfernandes
93b35c7cc7
Fixed problem with subfunction parameters related to CORE-4572.
2015-01-06 22:40:20 +00:00
asfernandes
5106986dbf
Fixed problem introduced by fix of CORE-4280.
2015-01-06 22:40:07 +00:00
dimitr
9050d90a8e
Cleaned up the API from the legacy crap (fortunately, not needed these days).
2014-12-29 15:45:49 +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
df0ecdac9a
Implemented CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL
2014-12-24 14:50:03 +00:00
dimitr
c933fadf42
Fixed CORE-4622: Regression: Trigger with UPDATE OR INSERT statement and IIF() not working as expected.
2014-12-17 11:56:48 +00:00
dimitr
0b46869515
Fixed CORE-4161: User can not insert records into table with column "generated by default as identity" in its DDL.
2014-12-17 10:38:36 +00:00
dimitr
e4b255f04a
Fixed CORE-4280: FB3: Stored function accepts duplicate input arguments.
2014-12-17 10:01:44 +00:00
dimitr
2cd3863201
Fixed CORE-4572: Incorrect error for PSQL function when the number of actual arguments does not match the number of formal arguments.
2014-12-16 19:12:18 +00:00
dimitr
652c1682d4
Fixed one more regression with explicit plans -- parser error for multiple entries inside the INDEX clause, e.g. SELECT * FROM T WHERE F1 = 0 AND F2 = 0 PLAN (T INDEX (IDX_F1, IDX_F2)).
2014-12-16 17:33:28 +00:00
dimitr
54ca692c43
Simplification.
2014-12-16 17:29:23 +00:00
dimitr
7a7fd7885a
Fixed CORE-4539: Server does not accept the right plan.
2014-12-16 17:28:38 +00:00
dimitr
0e11867e84
Refactored the RPB flags. The new logic also provides a second-level protection against CORE-4618.
2014-12-01 21:53:29 +00:00
asfernandes
cebc7c36b3
Misc.
2014-11-30 21:09:39 +00:00
mrotteveel
155508d05e
CORE-4526 Support for SQL:2008 OFFSET and FETCH clauses
2014-11-29 15:39:59 +00:00
asfernandes
2ba057cedd
Fixed CORE-4623 - SP "Domain" and "Type Of" based variables referring BLOB with sub_type < 0 no longer work.
2014-11-25 15:02:45 +00:00
asfernandes
18b06702a7
Add new keywords to keyword_or_column as seem by Dmitry.
2014-11-13 14:43:30 +00:00
asfernandes
ad5c46b139
Improvement CORE-4590 - Change type of returning value of CHAR_LENGTH, BIT_LENGTH and OCTET_LENGTH of BLOBs to bigint.
2014-11-05 00:35:57 +00:00
dimitr
309b494102
Improvement CORE-3526: Support for WHEN SQLSTATE.
2014-10-16 16:35:18 +00:00
asfernandes
c642ddca82
Misc.
2014-10-12 02:25:02 +00:00
alexpeshkoff
fd924ee3c7
Removed unused rule, in case it's needed later adding it once again is trivial
2014-10-10 08:43:00 +00:00
alexpeshkoff
cbeaf9ae5c
Fixed a warning - thanks to D.Sibiryakov
2014-10-09 14:32:26 +00:00
asfernandes
c2e06f4169
Fixed CORE-4570 - Wrong error at ALTER PACKAGE.
2014-10-07 14:46:32 +00:00
alexpeshkoff
e8930f4408
Fixed CORE-4566: Incorrect size of the output parameter/argument when execute block, procedure or function use system field in metadata charset
2014-10-05 13:14:43 +00:00
alexpeshkoff
5ccc32e0ed
Better place for trace-related constants, thanks to Vlad
2014-09-30 15:04:14 +00:00
alexpeshkoff
7c2b4c5984
warning
2014-09-30 09:12:33 +00:00
alexpeshkoff
ba62ee9947
Make it build on windows, work in progress - boot build is working
2014-09-29 17:24:30 +00:00
alexpeshkoff
153de0f271
Language independent API
2014-09-29 11:03:47 +00:00
alexpeshkoff
2a293c2691
Implemented CORE-4538: Access rights for CREATE DATABASE operator
2014-09-02 16:55:14 +00:00
roman-simakov
760d7b55dc
Removed ANY keyword in DDL REVOKE permission statements for DATABASE
2014-08-29 11:15:50 +00:00
roman-simakov
8a7b9b1b2c
Removed ANY keyword in DDL permission statements for DATABASE
2014-08-29 09:05:28 +00:00
dimitr
6d77447723
Minor refactoring.
2014-08-28 15:53:43 +00:00
roman-simakov
6703f3aed2
Fixed CORE-4522 - DDL permission do not protect
...
against removal BLOB filters. Owner was added to RDB$FILTERS. ODS is changed.
Fixed bug when one DDL privilege could be shown several times.
Removed unneccesary check of locksmith in alter database.
2014-08-28 12:19:46 +00:00
alexpeshkoff
d513daa574
Divide IStatus information into 3 parts: errors, warnings and completion code.
...
Errors and warnings are processed in IStatus independently. Completion code
is moved away from IStatus and returned directly by appropriate functions.
Replaced isSuccess() with more generic function getStatus(), which sets
appropriate bits in returned value when errors/warnings are present.
Also use same style when returning bytes' array and it's length in different
interfaces.
2014-08-27 09:24:30 +00:00
dimitr
ee30e8e59d
Attempt for CORE-4528: Allow hash/merge joins for non-field (dbkey or derived expression) equalities.
2014-08-25 11:35:52 +00:00
dimitr
36af3d8cb2
Cleanup and small refactoring to avoid redundancy.
2014-08-15 14:19:02 +00:00
alexpeshkoff
b3c239018d
Restored a check dropped accidentially by one of my recent commits
2014-08-06 13:46:26 +00:00
asfernandes
5ffc936053
Misc.
2014-08-06 02:12:01 +00:00
asfernandes
409a27841b
Improvement CORE-4487 - Maintain package body after ALTER/RECREATE PACKAGE.
2014-07-31 16:30:12 +00:00
alexpeshkoff
900fb824fe
Fixed CORE-4505: Use of named cursor fails if statement was not executed. Should also fix CORE-4489, but I cannot check.
2014-07-31 11:43:38 +00:00
roman-simakov
b0a7e783fa
DDL permission check for COMMENT ON
2014-07-31 08:29:57 +00:00
alexpeshkoff
532181a7f9
Renamed as suggested by Nickolay and Dmitry
2014-07-28 13:01:10 +00:00
asfernandes
8bbd309e67
Improvement CORE-4484 - Description (COMMENT ON) for package procedures and functions, and its parameters.
2014-07-27 03:05:44 +00:00
alexpeshkoff
4bdc2a3e19
Replaced macro FB_ALIGN with function fbAlign, minor related cleanup
2014-07-24 06:41:38 +00:00
roman-simakov
0aa31b33b2
Removed SHADOW permissions since they handled by ALTER DATABASE permission
...
Added show of DDL permissions in isql
2014-07-22 08:31:45 +00:00
asfernandes
a73629afc8
Tweaks to CORE-4488.
2014-07-21 16:13:49 +00:00
asfernandes
0478d4fffa
Fixed CORE-4488 - Wrong results of FOR SELECT <L> FROM <T> AS CURSOR <C> and table <T> is modified inside cursor's begin...end block.
2014-07-21 02:37:58 +00:00
asfernandes
933dd7daef
Warnings.
2014-07-20 02:19:56 +00:00
asfernandes
86487fda92
Misc.
2014-07-20 02:19:06 +00:00