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

1011 Commits

Author SHA1 Message Date
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
16c9ca8470 mistypes in doc 2016-05-10 17:55:43 +03:00
Michal Kubecek
13aa5420f2 Allow to enforce IPv4 or IPv6 in URL-like connection string. 2016-05-04 21:38:36 +02: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
128cd96c77 Frontported documentation 2016-04-07 19:45:09 +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
Dmitry Yemanov
046277daab Fix scripts and cleanup old stuff (docs related). Better CHANGELOG
rendering.
2016-03-26 15:29:44 +03:00
Dmitry Yemanov
f19829d65a Switched to the new incarnation of the changelog. 2016-03-23 19:53:35 +03:00
Dmitry Yemanov
f9908ef4f9 Merge pull request #3 from mariuz/master
Update instructions for Firebird 4 compiler msvc12
2016-03-23 18:38:25 +03:00
Popa Adrian Marius
298dfd6d2d Update instructions for Firebird 3 compiler 2016-03-23 16:15:11 +02:00
de12c06f38 Fixed CORE-5162: SEC$ tables and tag/attributes 2016-03-22 19:31:44 +03:00
alexpeshkoff
758b705b59 Work in progress 2016-03-03 15:03:27 +00:00
dimitr
bb46a0e831 Set up the new version. 2016-02-28 08:04:48 +00:00
dimitr
0adb26fd31 Updated the docs for RC2. 2016-02-27 07:15:34 +00:00
alexpeshkoff
805d7cef2b WIP on docs 2016-02-26 16:10:48 +00:00
asfernandes
703b59212f Typos. 2016-02-25 01:07:40 +00:00
alexpeshkoff
71b53845db Started work on new API docs 2016-02-24 15:32:57 +00:00
dimitr
6822ab9889 Updated the docs for RC2. 2016-02-06 07:37:58 +00:00
alexpeshkoff
c824acf008 Documented CORE-5100 2016-02-03 14:15:41 +00:00
dimitr
593ae6d562 Updated the docs for RC2. 2016-01-25 07:17:20 +00:00
alexpeshkoff
2e7b9d255a Fixed CORE-5009: remove obsolete readme on user management 2015-11-11 15:16:38 +00:00
dimitr
76bf7ed8a3 Updated the docs. 2015-11-01 06:27:25 +00:00
dimitr
745a0a7018 Updated docs. 2015-10-19 14:15:52 +00:00
dimitr
f52b99c41f Some new docs. 2015-10-18 11:59:12 +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
dimitr
2c9705011d Updated docs. 2015-09-15 12:33:48 +00:00
asfernandes
64f82e1682 Improvement CORE-4923 - Add ability to track domains rename in DDL triggers. 2015-09-02 16:24:31 +00:00
asfernandes
abde3b2cad Misc. 2015-08-02 15:51:01 +00:00
alexpeshkoff
e0e98a0743 Fixed old text to make it match v.3 reality 2015-07-26 18:06:05 +00:00
robocop
cc33027282 Misc. 2015-07-01 01:10:38 +00:00
dimitr
31e27214ee Updated the docs for Beta 2. 2015-06-23 22:00:25 +00:00
dimitr
9fbe5b8b8e Updated the docs for Beta 2. 2015-06-23 18:38:00 +00:00
hvlad
2e78b5a7e0 Feature CORE-4707 : Implement ability to validate tables and indices online 2015-06-19 12:07:41 +00:00
dimitr
3e6525a47d Updated the docs for Beta 2. 2015-06-02 11:07:48 +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
4e509cbf1b Fixed CORE-3234 - Support for text BLOBs >= 32K as first argument for TRIM(). 2015-04-30 15:56:47 +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
119d1e16f4 Fixed (again) CORE-2932 - Wrong field position after ALTER POSITION. 2015-04-08 03:21:09 +00:00
asfernandes
2828aee4ab Fixed CORE-4733 - Command "Alter table <T> alter TYPE <C> <DOMAIN_WITH_NOT_NULL" does not verifies data in column <C> and makes incorrect assignments in <C> to ZERO / JULIAN_DATE / ASCII(0) for types INT, TIMESTAMP and VARCHAR. 2015-04-05 02:24:40 +00:00
asfernandes
3d3c1460d9 Misc. 2015-04-03 03:07:43 +00:00
asfernandes
a1a745b942 Fixed (again) CORE-3373 - It is possible to store string with lenght 31 chars into column varchar(25). 2015-04-03 01:31:15 +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
dimitr
524adcb54a Updated the docs for Beta 2. 2015-03-18 17:22:48 +00:00
alexpeshkoff
8a9a2cb6a6 Doc for CORE-4662: Make services API pass SQL role to server. 2015-01-08 14:14:53 +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
11c452251d Make zlib allocate memory from our pool
Add Z flag in protocol version for compressed connections
Documentation
2014-11-27 13:51:59 +00:00
asfernandes
0973e76135 Misc. 2014-11-16 02:41:47 +00:00
alexpeshkoff
c0f587457b Added doc 2014-11-14 08:24:43 +00:00
alexpeshkoff
4778665a44 Reflected API changes in beta1 2014-11-13 10:30:41 +00:00
mkubecek
9fb1a27800 Improvement CORE-3226: IPv6 support (9/9) add README.IPv6 describing IPv6 related changes 2014-11-12 17:32:42 +00:00
dimitr
208adfc8b6 Updated the docs. 2014-11-12 07:44:31 +00:00
dimitr
b6a32c904c Added missing parts of the docs. 2014-10-16 07:32:40 +00:00
dimitr
325c4613e3 Updated the docs. 2014-10-11 19:17:39 +00:00
dimitr
2a876b52fd Updated the docs. 2014-09-30 10:28:15 +00:00
mapopa
17b43f9ed3 Update Visual Studio Expresss 20xx Download link 2014-09-26 13:34:30 +00:00
mapopa
ad327ed8b9 Update FreeBSD section for trunk in doc/README.build.posix.html 2014-09-14 19:46:35 +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
asfernandes
8bbd309e67 Improvement CORE-4484 - Description (COMMENT ON) for package procedures and functions, and its parameters. 2014-07-27 03:05:44 +00:00
roman-simakov
b9dd689e57 Correction 2014-07-24 08:38:25 +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
6488dfed7f Misc. 2014-07-18 01:52:24 +00:00
roman-simakov
46cf49c730 Improved description of DDL access control operations.
Fixed DB and DDL triggers handling. Thanks to Adriano.
2014-07-14 13:12:12 +00:00
roman-simakov
573e93e5a6 Fixed CORE-735: User rights for metadata changes.
We check DDL in DDL nodes and skip at vio level. vio level still exists for direct metadata editing.
2014-07-08 07:35:27 +00:00
asfernandes
08f3a00cb0 Misc. 2014-06-20 02:28:22 +00:00
asfernandes
d7b5b1acde Documentation for CORE-4403 - Allow referencing cursors as record variables in PSQL. 2014-06-16 16:04:55 +00:00
robocop
ccbd233b62 Misc. 2014-05-24 06:12:52 +00:00
asfernandes
8cdb9c3f1d Fixed DOC-92 - Values for rdb$identity_type not correct in release notes. 2014-05-21 17:11:27 +00:00
mapopa
deb63804dc cleanup 2014-05-06 07:49:43 +00:00
robocop
5f5feb54e1 Documentation for the generator increment. 2014-04-09 07:38:09 +00:00
alexpeshkoff
6799288d01 misc 2014-04-08 10:46:33 +00:00
alexpeshkoff
20e846369e Implemented CORE-3370: Resolve additional aspects of multiple security databases from services and cross-database requests POV (mapping names) 2014-04-04 15:57:18 +00:00
robocop
e4e6de7ebf Misc. 2014-03-21 23:03:56 +00:00
asfernandes
aa0603f255 Complement DDL triggers documentation. 2014-03-17 15:19:42 +00:00
asfernandes
121cf096b6 Complement DDL triggers documentation. 2014-03-17 15:18:03 +00:00
alexpeshkoff
3dd3429833 Doc enhancement 2014-01-27 07:14:10 +00:00
dimitr
9c050abadd Updated the README. 2014-01-13 09:07:38 +00:00
dimitr
e3db748522 Updated the README. 2014-01-13 07:58:30 +00:00
hvlad
9497160661 Removed mention of ODS 11.x 2014-01-11 09:34:28 +00:00
hvlad
c31363fea2 Document new field MON$ATTACHMENTS.MON$SYSTEM_FLAG 2014-01-11 09:25:08 +00:00
dimitr
d7f6aba4a9 Updated docs. 2013-12-27 11:27:23 +00:00
dimitr
a4570e1f36 Updated docs. 2013-12-23 11:57:49 +00:00
alexpeshkoff
dacbc27616 Implemented CORE-3365: Extend syntax for ALTER CURRENT USER 2013-12-17 16:24:49 +00:00
alexpeshkoff
7355df4a99 Misc 2013-12-17 15:52:30 +00:00
alexpeshkoff
812f422392 Documented changes in SQL user management 2013-12-17 15:49:10 +00:00
asfernandes
d543daf51a Misc. 2013-11-21 01:17:08 +00:00
alexpeshkoff
120b10a78a Implemented CORE-4263: Database linger 2013-11-14 16:16:24 +00:00
alexpeshkoff
f323d2bdd4 Enhance docs 2013-11-06 10:29:13 +00:00
alexpeshkoff
5a054cca16 Fix found by Jim Starkey man-in-themiddle attack on ATTACH packet.
That packet may contain database name, command line for service and/or some other important and critical information.
To avoid such attack wire encryption is started before attaching database or service manager, right after connect.
Also should fix a number of issues found in Alpha1 regarding services attach.
2013-10-16 12:53:04 +00:00
asfernandes
b0595b76aa Improvement CORE-4206 - Add RESTART [WITH] clause for alter identity columns - documentation. 2013-09-05 16:09:25 +00:00
asfernandes
4789ba1672 Improvement CORE-4199 - Add optional START WITH clause to identity columns. 2013-09-04 15:54:19 +00:00
dimitr
ea0c8b60b0 Updated the docs. 2013-07-22 16:03:58 +00:00
dimitr
672ba22b5d Updated the docs. 2013-07-22 15:44:14 +00:00
alexpeshkoff
4683c45e2b Avoid bad style - thanks to Mark 2013-06-21 16:19:49 +00:00
asfernandes
bee1797802 Misc. 2013-06-17 01:32:09 +00:00
alexpeshkoff
aac3efd076 More docs 2013-06-11 12:29:14 +00:00
asfernandes
e645285e80 Correction. 2013-06-09 02:07:07 +00:00
alexpeshkoff
db53b6ea83 First draft interfaces readme 2013-06-03 08:47:04 +00:00
robocop
96875db92e Misc. 2013-05-21 21:43:39 +00:00
robocop
028d45b220 Misc. 2013-05-20 03:27:56 +00:00
asfernandes
71d29f5b3b Document CORE-3018 - RECREATE, ALTER and CREATE OR ALTER SEQUENCE/GENERATOR statements. 2013-05-14 15:44:01 +00:00
asfernandes
fba1b8d043 Document CORE-1209 - CONTINUE statement. 2013-05-14 14:53:26 +00:00
asfernandes
0293c564a7 Document subroutines (CORE-1288 and CORE-3626). 2013-05-13 15:56:49 +00:00
asfernandes
47bd80271c Correction. 2013-05-13 15:56:29 +00:00
asfernandes
8d17931603 Document CORE-832 - Add support for parameterized exceptions. 2013-05-10 15:48:47 +00:00
asfernandes
5aac863784 Document CORE-2006 - Regular expression SUBSTRING. 2013-05-10 14:47:51 +00:00
asfernandes
d43a94ded8 Removed from WhatsNew the fix present in 2.5. 2013-05-09 01:21:50 +00:00
asfernandes
e4c2c79681 Misc. 2013-05-08 15:47:40 +00:00
asfernandes
fc806ef549 Added PSQL functions syntax to package documentation. 2013-05-08 15:34:03 +00:00
asfernandes
e8d26b06c3 Fixed CORE-4083 - Full outer join in derived table with coalesce (iif). 2013-05-05 23:01:57 +00:00
asfernandes
d46207d2aa Correction. 2013-05-04 18:10:15 +00:00
dimitr
693fb84510 Documented bugfixes. 2013-05-03 13:12:47 +00:00
asfernandes
64790222ed Document CORE-1180 and CORE-3085. 2013-04-29 15:54:03 +00:00
asfernandes
b7a00b6044 Docs. 2013-04-26 15:52:23 +00:00
asfernandes
9f16366d27 Finish MERGE improvements documentation (CORE-2005, CORE-3020, CORE-3639). 2013-04-26 15:29:48 +00:00
asfernandes
d88b5cf335 Document window functions: CORE-2090, CORE-2133, CORE-2823, CORE-2830, CORE-2869, CORE-3619, CORE-3620, CORE-3621. 2013-04-25 16:30:58 +00:00
dimitr
b9ea496690 Updated the docs. 2013-04-23 17:26:47 +00:00
asfernandes
f2b24d02ca Misc. 2013-04-21 02:09:45 +00:00
alexpeshkoff
ac4da0e515 First draft of plugins readme file 2013-04-18 13:51:28 +00:00
asfernandes
81fb7546c4 Document CORE-726 - Boolean data type. 2013-04-16 16:13:38 +00:00
asfernandes
520280f44a Replace my e-mail. 2013-04-16 16:13:18 +00:00
dimitr
89ec718d3b Updated docs. 2013-04-13 07:09:21 +00:00
dimitr
b3ec8d811d Updated docs. 2013-04-13 06:50:19 +00:00
dimitr
02b2bd6707 The initial list of changes for Alpha. 2013-04-13 05:58:54 +00:00
mapopa
2a608f7814 Update cleaning todo for 3.x , remove already cleaned work done in 1.5.x,2.x 2013-04-10 11:32:45 +00:00
mapopa
5d2a451d4e Cleanup mingw build instructions , todo add up to date instructions with ming-w64 http://mingw-w64.sourceforge.net/ used for qt , boost ... http://qt-project.org/wiki/MinGW 2013-04-09 20:09:56 +00:00
mapopa
a7985b8491 Update VisualStudio 20xx building notes README 2013-04-09 15:34:55 +00:00
alexpeshkoff
b3c33aeeb6 Renamed aliases.conf to databases.conf as suggested by Dmitry 2013-04-08 16:28:05 +00:00
mapopa
65a4d15027 Remove unused and broken code defined with PIGGYBACK 2013-04-06 17:58:35 +00:00
mapopa
4d0d0317ea FLINT_CACHE was never used , dead leftover from ib 4.0 product years http://sourceforge.net/mailarchive/message.php?msg_id=5975155 (FLINSTONE is gone) 2013-04-01 17:54:03 +00:00
mapopa
5eb2e3f605 Cleanup reference 2013-04-01 16:04:52 +00:00
mapopa
6fd54c9871 Fix licenses urls , sourcecode tree is moved to SVN from CVS 2013-03-28 10:15:31 +00:00
robocop
3c9bbac969 Misc. 2012-07-29 00:24:00 +00:00
robocop
d9281386c3 Misc. 2012-07-12 06:35:28 +00:00
asfernandes
b31f4d9b94 Frontport UUID fixes (CORE-3238 and CORE-3887). 2012-07-11 01:56:37 +00:00
asfernandes
254959f099 Misc. 2012-06-27 02:24:06 +00:00
alexpeshkoff
477e14a820 Implemented CORE-2666: Make it possible to use API to do remote backups/restores 2012-06-20 11:47:30 +00:00
robocop
e2914070b9 Misc. 2012-01-19 04:54:39 +00:00
alexpeshkoff
d91a2d0444 misc 2012-01-17 10:44:00 +00:00
alexpeshkoff
34f69bf41a In order not to forget removed firebird.conf options 2012-01-17 10:43:19 +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
asfernandes
b68d1dfc0c Misc. 2011-06-11 18:44:50 +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
233093cee4 Misc 2011-01-16 02:16:15 +00:00
dimitr
b3adb57224 Corrected the license URLs. 2011-01-12 10:56:42 +00:00
alexpeshkoff
19e35a5192 front-ported doc changes 2011-01-11 07:49:22 +00:00
alexpeshkoff
40d3f305ba Make it better understandable to people - thanks to Claudio 2010-10-05 13:12:19 +00:00
robocop
c3c18f0978 Misc. 2010-09-30 08:09:12 +00:00
robocop
404ffabb25 Misc. 2010-09-23 09:09:31 +00:00
alexpeshkoff
76f81bc8a4 Fixed documentation 2010-09-14 07:06:33 +00:00
asfernandes
9a9a5f2570 Fixed doc. mismatch reported by Paul Vinkenoog 2010-09-10 01:59:19 +00:00
asfernandes
6b261f1b81 Misc 2010-08-31 00:12:20 +00:00
mapopa
3550175da0 Added links to visual c++ studio 2008 2010-08-25 13:36:24 +00:00
mapopa
77187009c6 Added unicode/classic innosetup note (we are not using unicode version for the moment , only for 3.0 maybe in the future) 2010-08-25 13:25:07 +00:00
mapopa
1c8cf44522 added innosetup 5 to the build instructions 2010-08-25 12:00:07 +00:00
mapopa
de47cdeb48 added sed instructions 2010-08-25 10:16:43 +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
asfernandes
7a110f4be0 CORE-2929 - 'Invalid ESCAPE sequence' when connecting to the database 2010-05-17 15:30:38 +00:00
robocop
e26ba2ce39 Misc. 2010-03-22 12:58:25 +00:00
aafemt
553660b405 Update the doc 2010-03-21 18:30:43 +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
6247ba07eb Misc. 2010-01-28 07:20:41 +00:00
hvlad
1b7cd2130c Update documentation 2010-01-27 11:51:38 +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
robocop
0f11a0b0da Misc. 2009-11-30 09:17:20 +00:00
hvlad
8a02afc91c Update documentation 2009-11-30 09:11:51 +00:00
hvlad
9e4b2fd1fa Correction of example 2009-11-16 14:32:19 +00:00
asfernandes
c9b8938854 Package example 2009-11-14 20:17:30 +00:00
asfernandes
0b2a994c27 Misc 2009-11-13 01:36:09 +00:00
hvlad
73dbbd65e9 Missed part of documentation 2009-11-09 12:40:13 +00:00
robocop
6cce8ea94e Misc. 2009-11-09 10:41:21 +00:00
verbguy
5e904927f7 front port recent 2.5 HPUX changes 2009-11-02 21:08:58 +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
asfernandes
9c1918d39b Misc 2009-10-15 02:15:31 +00:00
robocop
21b34c77f5 Misc. 2009-10-13 05:45:07 +00:00
mapopa
0a1fd8b950 Updated visual studio notes , 2.1 and HEAD is compiled with vc 8 (default developers compiler) 2009-10-12 14:21:20 +00:00
dimitr
a70018135f Corrections for v2.5. 2009-10-12 06:58:37 +00:00
dimitr
215698c54f Update. 2009-10-12 05:25:40 +00:00
dimitr
4717d03f3d Update. 2009-10-06 07:40:10 +00:00
asfernandes
44c409a327 Fixed CORE-2642 - ICU initialization for properly work in MT environment 2009-10-05 15:52:32 +00:00
dimitr
808cedc40e Update. 2009-10-05 07:40:17 +00:00
verbguy
70b7b22560 be careful about tuning for a specific Instruction Set Architecture 2009-09-29 15:16:47 +00:00
asfernandes
04a866ca1c Change description per user feedback 2009-09-25 10:38:55 +00:00
dimitr
624a4cb5d7 Update. 2009-09-25 08:05:48 +00:00
dimitr
1ebdf93d46 Update. 2009-09-25 05:02:20 +00:00
asfernandes
d81d9da928 Misc 2009-09-25 02:17:08 +00:00
verbguy
b4e6f9f329 on HP-UX we need the optional AtomicAPI SPK software package 2009-09-24 19:07:49 +00:00
dimitr
f5746db5fd Update. 2009-09-24 11:27:01 +00:00
dimitr
41f0503e3a Update. 2009-09-24 09:46:28 +00:00
dimitr
027cc4cc43 Update. 2009-09-04 16:26:01 +00:00
dimitr
14ed03aa64 Update. 2009-09-04 06:13:43 +00:00
dimitr
39fe461eee Correction. 2009-09-03 15:19:32 +00:00
dimitr
515a0b6a60 Update. 2009-09-03 06:32:35 +00:00
skidder
aca5a83a46 Fixed CORE-2609: Update support for Windows 98/ME and NT4.0 2009-08-30 19:00:46 +00:00
dimitr
bcebd6f026 Fixed CORE-2478: mon$memory_usage: Incorrect database memory reported on CS and SC. 2009-08-19 09:35:03 +00:00
verbguy
613a2410b6 open office ate my formatting. fix compiler version for HP-UX on Itanium 2009-08-13 13:41:50 +00:00
asfernandes
fea56bf058 Misc 2009-08-06 01:06:05 +00:00
alexpeshkoff
2c02243c4d The first draft of posix build instructions from Bill Oliver 2009-08-05 10:43:42 +00:00
robocop
3611befbc6 Typo. 2009-07-21 08:59:16 +00:00
dimitr
05faa3f735 More docs. 2009-07-20 20:47:53 +00:00
dimitr
e06dacb9fa Re-scheduled this ticket for RC1. 2009-07-20 15:52:25 +00:00
asfernandes
029e9ff6aa Fixed CORE-915 - ISQL extract procedures body with double line break 2009-07-20 15:46:46 +00:00
dimitr
6228aaa0d0 Update. 2009-07-20 14:35:32 +00:00
asfernandes
08bc7eaff4 Fixed CORE-2552 - isc_dsql_execute2 does not return errors when called with a non-NULL output SQLDA 2009-07-14 15:49:37 +00:00
robocop
9fd5a4d2db It seems more readable English to me. 2009-07-14 14:24:45 +00:00
dimitr
bf32564758 Update. 2009-07-14 06:14:56 +00:00
dimitr
ae2309c672 Update. 2009-07-12 10:24:10 +00:00
asfernandes
0f0c4d09dd Update for CORE-2551 and note for CORE-2398 2009-07-11 20:05:55 +00:00
asfernandes
e26c3083f8 Improvement CORE-2551 - Interpret DPB items as now the database name parameter is interpreted and change MON$ filenames fields from NONE to UNICODE_FSS. 2009-07-11 19:58:28 +00:00
dimitr
4526c2e504 Update. 2009-07-11 12:26:27 +00:00
robocop
850c53a3c5 Update to-do a tad. 2009-06-12 08:23:23 +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
17eb6a72fe Adjust doc. re. --enable-binreloc 2009-04-25 20:45:36 +00:00
asfernandes
8db711cd42 Feature CORE-2398 - Make Firebird correct detect its installed path in Linux 2009-04-08 02:14:03 +00:00
asfernandes
9e0c4f06f2 Misc 2009-04-04 16:28:33 +00:00
alexpeshkoff
197bfff4e5 Added comment describing codepage as suggested by Philippe Makowski 2009-04-03 12:50:22 +00:00
alexpeshkoff
77498cac9b Fixed some warnings 2009-04-03 10:49:07 +00:00
asfernandes
bb9ce609b0 Update 2009-03-26 19:43:42 +00:00
dimitr
0f975f1615 Update. 2009-03-17 08:47:38 +00:00
asfernandes
f02c6a9194 Entry for ticket forgotten open 2009-03-15 02:56:38 +00:00
robocop
8aced273ea Misc. 2009-02-25 05:36:55 +00:00
asfernandes
a9e19e7a7a Some documentation pointers 2009-02-22 15:10:05 +00:00
dimitr
43f83a70b5 Update. 2009-02-16 09:36:39 +00:00
asfernandes
08f540f286 Misc 2009-02-15 00:55:12 +00:00
hvlad
8bd19f9054 Trim trailing spaces per Adriano request. 2009-02-15 00:09:44 +00:00
asfernandes
f0de59cde9 Misc 2009-02-13 21:08:56 +00:00
asfernandes
0cf87606dd Typo 2009-02-13 14:16:46 +00:00
hvlad
b15d6f6c47 New documentation 2009-02-13 14:06:56 +00:00
hvlad
a771bdee17 Update documentation 2009-02-13 14:06:14 +00:00
robocop
6612f1b08c Misc. 2009-02-13 07:48:28 +00:00
dimitr
1986625dab Update. 2009-02-13 03:23:07 +00:00
asfernandes
869efd4149 Update 2009-02-13 00:32:57 +00:00
dimitr
cf20f57c22 Update for almost forgotten Claudio's work. 2009-02-12 18:54:23 +00:00
hvlad
943fbe0e90 Update documentation 2009-02-12 09:34:00 +00:00
dimitr
5e4358a938 Getting closer to Beta. 2009-02-11 08:44:39 +00:00
asfernandes
75c0d0f353 Misc 2009-02-05 01:08:13 +00:00
robocop
cec668d7fd Misc. 2009-02-03 10:41:54 +00:00
asfernandes
f4fbdffe07 Misc 2009-01-29 17:44:21 +00:00
alexpeshkoff
027ad6ac18 Preparing to beta 2009-01-29 15:44:11 +00:00
dimitr
5e10236e75 Updated docs. Getting prepared for Beta. 2009-01-29 12:53:59 +00:00
dimitr
38cc346f86 Updated docs. Getting prepared for Beta. 2009-01-29 11:52:47 +00:00
alexpeshkoff
5d1dbec070 Documented use of services API for nbackup 2009-01-29 11:43:59 +00:00
dimitr
bd0e6fa1c5 Updated docs. Getting prepared for Beta. 2009-01-29 10:51:25 +00:00
asfernandes
cd010ff939 Misc 2009-01-17 19:07:07 +00:00
alexpeshkoff
52ded763ee Syntax errors fixed by Bill Oliver, also bring it a bit up to date 2009-01-15 08:29:17 +00:00
robocop
730ca85b21 Misc. 2009-01-06 05:51:22 +00:00
asfernandes
79e89d573d Misc 2009-01-03 19:02:04 +00:00
asfernandes
3d2d6f8e22 Misc 2009-01-02 14:47:21 +00:00
robocop
45da536360 Misc. 2008-12-25 06:16:08 +00:00
asfernandes
ee926a4a45 Readme for filename encoding changes 2008-12-15 23:53:03 +00:00
asfernandes
a5ff7ca091 Misc 2008-12-01 01:26:27 +00:00
alexpeshkoff
203cf9afdb added readme for CORE-2113 2008-11-30 17:45:47 +00:00
alexpeshkoff
aa3d7b5c15 Readme for CORE-1667 2008-11-30 17:34:18 +00:00
alexpeshkoff
a14a2159b2 Implemented CORE-2197: added support for -nodbtriggers switch in gbak into services API 2008-11-17 16:34:48 +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
robocop
5e1fff514a Typo. 2008-09-17 09:09:22 +00:00
alexpeshkoff
a96cea114d Documentation for new SPB parameters 2008-09-17 06:56:45 +00:00
alexpeshkoff
46bcd5d97f added missing feature 2008-09-12 11:31:02 +00:00
dimitr
3734b9099f Correction. 2008-07-04 05:05:08 +00:00
asfernandes
23e4059ce5 Changed attribute name NUMERIC to NUMERIC-SORT - sugested by Claudio 2008-06-25 01:46:50 +00:00
asfernandes
cd49fc3faa Feature CORE-1945 - Custom attribute for collation to sort numbers in numeric order 2008-06-22 20:08:56 +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
dimitr
b563fc10b1 Update. 2008-06-12 16:03:18 +00:00
dimitr
e9fb68f482 Fixed my English :-) 2008-06-12 07:40:42 +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
asfernandes
19006521ae Correction 2008-06-10 16:46:55 +00:00
dimitr
fc7b543e9e Update. 2008-06-10 16:35:56 +00:00
robocop
3e42c8b574 Misc. 2008-06-10 12:23:07 +00:00
dimitr
3f280edd29 Misc. 2008-06-10 11:42:15 +00:00
alexpeshkoff
5c591f50fb text for core-1869 2008-06-10 11:17:32 +00:00
asfernandes
d1a4892c72 More correct credits 2008-06-10 11:00:54 +00:00
alexpeshkoff
635ba3ea00 Added documentation for GRANTED BY clause 2008-06-10 11:00:19 +00:00
dimitr
d24d92953d Update. 2008-06-10 10:51:26 +00:00
robocop
99dfcbedc3 Misc. 2008-06-10 10:17:20 +00:00
dimitr
fc1c3ac654 Draft v2.5 Alpha docs. 2008-06-10 09:16:19 +00:00
hvlad
9b0c5b706f Updated documentation 2008-06-09 09:29:28 +00:00
robocop
cbbf80f91e Misc. 2008-05-22 09:31:32 +00:00
alexpeshkoff
f2bf05b3af misc 2008-05-22 09:00:37 +00:00
alexpeshkoff
ff7cfc717e Implemented Adriano's suggestion concerning fb_shutdown_callback() - added new parameter 2008-05-22 08:59:45 +00:00
robocop
ff1d4c61cf Misc. 2008-05-21 12:41:58 +00:00
asfernandes
c9202a3767 Misc 2008-05-18 02:02:50 +00:00
alexpeshkoff
3f253e8d83 added doc 2008-05-16 15:45:15 +00:00
alexpeshkoff
e575e9119d modified description to match 2.5 state 2008-05-15 15:49:34 +00:00
asfernandes
e35a4764ce Documentation for hexadecimal numeric and binary strings literals 2008-05-15 15:28:32 +00:00
alexpeshkoff
0c63e27b57 misc 2008-05-15 15:19:14 +00:00
robocop
b88a1fd86f Misc. 2008-05-14 08:54:16 +00:00
alexpeshkoff
044104d74c added doc 2008-05-13 14:00:14 +00:00
hvlad
8cf8a6b00b Correctly written my name and e-mail 2008-05-13 07:26:32 +00:00
asfernandes
453721c881 Documentation for ALTER VIEW 2008-05-13 00:59:49 +00:00
alexpeshkoff
5a28de37be added doc 2008-05-12 16:09:30 +00:00
asfernandes
7d34ead84e 1) Allow to reference others fields in the expression of ALTER...COMPUTED
2) Documentation
2008-05-11 20:05:12 +00:00
asfernandes
8b4a83f201 Misc 2008-05-11 03:00:46 +00:00
asfernandes
6e827b8633 Documentation for CHAR_TO_UUID and UUID_TO_CHAR 2008-05-09 15:27:31 +00:00
asfernandes
5575f29694 Update doc. 2008-04-25 11:00:55 +00:00
asfernandes
5a059b20c0 Misc 2008-04-16 02:09:14 +00:00
robocop
3d750c2bf1 Enable WEEK for dateAdd and dateDiff. 2008-04-14 13:21:05 +00:00
robocop
d54a9f7ef6 - Let BIN_AND, BIN_OR and BIN_XOR take two params as minimum.
- Implement BIN_NOT.
2008-04-14 11:09:16 +00:00
asfernandes
aab534e66c 1) Misc 2) Remove temp. comment found by Claudio 2008-04-13 14:38:39 +00:00
robocop
bf0db00991 Misc. 2008-04-13 06:40:26 +00:00
hvlad
7f836bb8e7 Update documentation. 2008-04-12 21:13:19 +00:00
robocop
62a2cddd9d I consider useful to be able to add weeks or get differences in weeks without going back and forth with *7 or /7, but if others want to follow the standard literally and leave week only as week number in a year... 2008-04-12 13:40:48 +00:00
robocop
7cc216e732 Update doc for DATEADD and DATEDIFF. 2008-04-12 12:43:58 +00:00
dimitr
191a8fca58 Update. 2008-04-10 10:54:26 +00:00
asfernandes
0e8febd6e3 Misc 2008-04-10 02:35:30 +00:00
hvlad
0809f1f1c6 Documentation for EXECUTE STATEMENT with support of external data sources 2008-04-09 22:20:17 +00:00
asfernandes
0adc1aa1f9 Misc 2008-04-04 02:14:17 +00:00
dimitr
5b0b26982b Update. 2008-04-03 09:05:48 +00:00
skidder
08503e2be8 Update documentation for instsvc 2008-03-15 19:13:57 +00:00