asfernandes
d9b4f7b99f
Commit missing generated files.
2014-01-13 02:03:51 +00:00
asfernandes
6eac55937d
Misc.
2014-01-13 02:02:28 +00:00
firebirds
e2ad95a8f4
nightly update
2014-01-12 00:35:22 +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
hvlad
5e3c596545
Fixed bug CORE-4309 : 'Cache Writer' record in MON$ATTACHMENTS dissapear when delete other connection that running some 'heavy update' on big table via delete from MON$ATTACHMENTS
2014-01-11 09:10:44 +00:00
dimitr
5be7f9dc28
Better output for CHARs.
2014-01-11 08:54:22 +00:00
firebirds
2265cd318a
nightly update
2014-01-11 00:40:41 +00:00
dimitr
94274129b8
Misc.
2014-01-10 08:03:36 +00:00
dimitr
a149317d89
Improvement CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value.
2014-01-10 07:49:51 +00:00
firebirds
38665a41f6
nightly update
2014-01-10 00:54:15 +00:00
alexpeshkoff
818bbdc124
Avoid incorrect error reporting when legacy BLOB cursor is closed
2014-01-09 15:56:24 +00:00
alexpeshkoff
c29c991134
Use correct blr code for boolean field
2014-01-09 15:52:24 +00:00
asfernandes
980cc3edf0
Fixed CORE-4307 - Fields present only in WHERE clause of views WITH CHECK OPTION causes invalid CHECK CONSTRAINT violation.
2014-01-09 15:42:49 +00:00
hvlad
2a67db1b06
Better (i hope) fix for the bugcheck appeared in test bugs.core_195.
...
The original fix broke cursor stability when there are sub-queries, see also CORE-3362.
Misc fixes for better debugging.
2014-01-09 10:29:37 +00:00
firebirds
ef4a8e8a06
nightly update
2014-01-08 00:32:29 +00:00
asfernandes
5dd7381b91
Improvement CORE-4310 - DateAdd(): change input <amount> argument from INT to BIGINT.
2014-01-07 01:15:13 +00:00
firebirds
95025a0397
nightly update
2014-01-07 00:36:02 +00:00
dimitr
3ee2025161
Fixed CORE-4118: Expression index may be not used for derived fields or view fields.
2014-01-06 09:24:46 +00:00
dimitr
f3b8f38c22
Restored the error reporting for the already closed cursor.
2014-01-06 08:03:14 +00:00
asfernandes
f85f43ae9c
Change type of user flags from int to bool.
2014-01-06 00:57:10 +00:00
asfernandes
0ec5daac05
Misc.
2014-01-06 00:51:37 +00:00
firebirds
0775e0cc83
nightly update
2014-01-06 00:30:51 +00:00
dimitr
15113ae2dd
Resolved CORE-1482: Make optimizer to consider ORDER BY optimization when making decision about join order.
...
Also, improved (hopefully) cost calculation for navigational retrievals.
2014-01-05 19:40:07 +00:00
dimitr
adef7226a0
Fixed CORE-4313: Error "Attempt to reopen an open cursor" may be raised if the query handle is reused in a different transaction.
2014-01-05 16:25:12 +00:00
firebirds
5f3f0d98cc
nightly update
2013-12-30 00:29:10 +00:00
hvlad
54a33e39f7
One more typo in validation messages
2013-12-29 15:55:09 +00:00
robocop
2810026363
Misc and warnings.
2013-12-29 00:35:50 +00:00
firebirds
aa1aa4eed8
nightly update
2013-12-28 00:28:43 +00:00
dimitr
d7f6aba4a9
Updated docs.
2013-12-27 11:27:23 +00:00
dimitr
545629d417
Bump the version suffix.
2013-12-27 07:52:14 +00:00
firebirds
03cc13f4db
nightly update
2013-12-27 00:27:39 +00:00
alexpeshkoff
35c23e7086
Misc enhancements in user management - thanks to Adriano
2013-12-26 10:59:25 +00:00
firebirds
0e3243ef78
nightly update
2013-12-26 00:42:33 +00:00
asfernandes
7bb6f550ee
Misc.
2013-12-25 23:36:56 +00:00
hvlad
2e7ca28cce
Fixed bug CORE-2165 : Unnecessary 1 index read may occur when using strict inequality condition
2013-12-25 10:59:22 +00:00
hvlad
7ef7eb3467
Additional fix for bug CORE-4302 : Lookup (or scan) in descending index could be very inefficient for some keys
2013-12-25 10:57:27 +00:00
firebirds
1074ec9420
nightly update
2013-12-24 00:29:28 +00:00
dimitr
a4570e1f36
Updated docs.
2013-12-23 11:57:49 +00:00
alexpeshkoff
db7baf02e6
Removed wrong assert
2013-12-23 10:55:08 +00:00
firebirds
05027f8148
nightly update
2013-12-22 00:44:13 +00:00
hvlad
b6e00c5cdb
Fixed bug CORE-4302 : Descending index could be very inefficient for some keys
2013-12-21 18:46:33 +00:00
firebirds
aa2333cec6
nightly update
2013-12-20 00:37:06 +00:00
alexpeshkoff
d0a916138f
Fixed CORE-4298: fbsvcmgr doesn't recognise sts_record_versions and other sts switches
2013-12-19 13:48:17 +00:00
dimitr
b2375e34d7
I prefer to explicitly initialize suspicious pointers. Related to CORE-4300 (although there's no crash here).
2013-12-19 11:41:11 +00:00
firebirds
8903f17d20
nightly update
2013-12-18 00:28:31 +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
alexpeshkoff
64b4f89d43
Changed syntax of user definition operators according to discussion in devel
...
Added virtual table sec$user_attributes with parsed user's attributes
Implemented CORE-2004: Ability to alter user inactive/active
Implemented CORE-2063: Added CREATE OR ALTER USER operator
Implemented CORE-3931: Ability to set comment for the user
2013-12-17 14:20:25 +00:00