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 |
|