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

171 Commits

Author SHA1 Message Date
dimitr
02b2bd6707 The initial list of changes for Alpha. 2013-04-13 05:58:54 +00:00
robocop
3c9bbac969 Misc. 2012-07-29 00:24:00 +00:00
asfernandes
b31f4d9b94 Frontport UUID fixes (CORE-3238 and CORE-3887). 2012-07-11 01:56:37 +00:00
robocop
e2914070b9 Misc. 2012-01-19 04:54:39 +00:00
asfernandes
7c9fb70af3 Make UUID_TO_CHAR2 returns lower-cased strings, as the RFC specifies· 2011-12-30 14:38:03 +00:00
asfernandes
359f74e73a Misc. 2011-12-24 18:08:13 +00:00
asfernandes
1bb24e6c08 Fixed CORE-3238 - Makes GEN_UUID return a compliant RFC-4122 binary UUID and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs from/to string also complying with the RFC. 2011-12-20 14:30:41 +00:00
asfernandes
a25584f7a2 Fixed CORE-3382 - Incomplete description of POSITION() function. 2011-12-06 14:38:49 +00:00
asfernandes
906ea4729e Misc. 2011-10-27 01:04:14 +00:00
asfernandes
372d48c97b Improvement CORE-3639 - Allow the use of multiple WHEN MATCHED / NOT MATCHED clauses in MERGE, as per the SQL 2008 specification.
Also updated MERGE and RETURNING docs, and fixed a bug with MERGE WHEN MATCHED DELETE and RETURNING.
2011-10-23 01:31:11 +00:00
robocop
ec9ec671c4 Misc. 2011-04-01 04:03:49 +00:00
asfernandes
dfe830af7c Added EVENT_TYPE and OBJECT_TYPE to DDL_TRIGGER context. Improvement suggested by Thomas Steinmaurer. 2011-02-20 01:08:48 +00:00
asfernandes
e623bb4bf1 Misc 2011-02-18 00:52:10 +00:00
hvlad
9f5a439868 Fixed bug CORE-3349 : Constants isc_lock_conflict / isc_eds_statement not recognized in PSQL 2011-02-14 15:21:07 +00:00
hvlad
ff4baf32a8 Correction 2011-02-13 19:16:16 +00:00
asfernandes
9a9a5f2570 Fixed doc. mismatch reported by Paul Vinkenoog 2010-09-10 01:59:19 +00:00
dimitr
d29c9df5cf CORE-3102 (minor documentation mistake) 2010-08-09 14:50:11 +00:00
asfernandes
087b3c8fba Misc 2010-06-18 13:13:37 +00:00
asfernandes
79029ac87d Misc 2010-06-18 12:41:59 +00:00
robocop
f08b9d9a71 Misc. 2010-03-19 07:04:39 +00:00
hvlad
8e3eb47de9 Update documentation 2010-03-18 11:52:07 +00:00
robocop
d74b3f4774 Misc. 2010-01-15 05:13:43 +00:00
asfernandes
e0ce09805a Remove the not agreed feature. Bad, bad... 2010-01-15 03:00:15 +00:00
asfernandes
7c59c445e7 Misc 2010-01-14 16:47:47 +00:00
asfernandes
9c1bab1793 Feature CORE-1385 Identity columns - in its basic form 2010-01-13 19:14:15 +00:00
robocop
7f4e9cedc3 Misc. 2010-01-10 09:20:16 +00:00
asfernandes
72fab0e317 Update way to deliver parameterized exceptions so the client doesn't need special handling 2010-01-08 14:13:12 +00:00
asfernandes
be859980ea Feature CORE-832 - Parameterized exceptions 2010-01-07 00:16:50 +00:00
robocop
e229d40d8c Misc. 2009-12-29 07:08:59 +00:00
asfernandes
c9b8938854 Package example 2009-11-14 20:17:30 +00:00
robocop
6cce8ea94e Misc. 2009-11-09 10:41:21 +00:00
asfernandes
ad7ec2bb48 Doc. typo 2009-10-22 00:21:41 +00:00
robocop
9e6a713f0f Misc. 2009-10-21 07:25:43 +00:00
asfernandes
ed0e0daeb3 - External Engines implementation.
- Plugins API.

- Feature CORE-2700 - UDR (User Defined Routines) Engine - C++ API supporting functions, triggers and stored procedures.
- Feature CORE-2470 - Support for alternate format of strings literals.
- Feature CORE-2310 - DDL triggers.
- Feature CORE-2312 - PSQL Packages.
- Feature CORE-1209 - CONTINUE statement.
- Feature CORE-1180 - DDL syntax to change (not) nullable state of columns.
- Feature CORE-2090 - Support OVER () clause with current aggregate functions.

- Fixed CORE-2699 - Common table expression context could be used with parameters.

- Introduce ODS 12.0.

- Work in progress in type-safe parser.
- Refactor some DDL commands (procedures and triggers) from DYN to DdlNodes.
- Refactor virtual tables to use a class hierarchy instead of namespaces. This is basic thing, not based on the changes done in Vulcan. Window functions is based on this work.
- Refactor COMMENT ON and DROP FUNCTION from DYN to DdlNodes. COMMENT ON do not use GDML anymore, it uses DSQL with PreparedStatement class.
- Refactor EXECUTE BLOCK to StmtNodes.
- Refactor the IUDF to SysFunctions. That eliminates RDB$GET_CONTEXT and RDB$SET_CONTEXT from RDB$FUNCTIONS.
2009-10-21 00:42:38 +00:00
robocop
4d468895ea Misc & style. 2009-05-17 11:20:43 +00:00
asfernandes
c991e7d5cf Misc 2009-05-15 00:51:21 +00:00
hvlad
e001741d4b Documentation for improvement CORE-2452 : Add Role Name in input parameters for EXECUTE STATEMENT 2009-05-14 10:37:51 +00:00
asfernandes
9e0c4f06f2 Misc 2009-04-04 16:28:33 +00:00
alexpeshkoff
77498cac9b Fixed some warnings 2009-04-03 10:49:07 +00:00
asfernandes
f0de59cde9 Misc 2009-02-13 21:08:56 +00:00
robocop
6612f1b08c Misc. 2009-02-13 07:48:28 +00:00
hvlad
943fbe0e90 Update documentation 2009-02-12 09:34:00 +00:00
dimitr
38cc346f86 Updated docs. Getting prepared for Beta. 2009-01-29 11:52:47 +00:00
alexpeshkoff
203cf9afdb added readme for CORE-2113 2008-11-30 17:45:47 +00:00
robocop
586c3a6cde CORE-1799: improve the almost useless "expression evaluation not supported" error message.
Did the JRD side except par.cpp because this part is covered by DSQL (only ESQL programs won't get the improved messages).
2008-10-03 05:41:16 +00:00
dimitr
3734b9099f Correction. 2008-07-04 05:05:08 +00:00
asfernandes
17c20e8392 1) Fixed CORE-1935 – SIMILAR TO character classes are incorrectly recognized.
2) Improve the documentation after some questions from Claudio.
2008-06-14 02:17:20 +00:00
robocop
a44eede5c4 Correction. 2008-06-13 11:07:41 +00:00
robocop
25b9ff2277 Misc. 2008-06-13 11:02:17 +00:00
asfernandes
ba55f64dd7 Put in the tree the docs previo usly done in the wiki as per Dmitry request 2008-06-12 01:02:00 +00:00