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

20648 Commits

Author SHA1 Message Date
robocop
d51987085b increment build number 2006-01-29 01:55:41 +00:00
robocop
0dbc9900ba Totally misc. 2006-01-29 01:52:12 +00:00
asfernandes
439762c435 increment build number 2006-01-28 14:43:40 +00:00
asfernandes
f4aae2cc5a Fixed problem "key size exceeds implementation restriction for index ..." reported by Michal Kubecek in fb-devel 2006-01-28 14:43:35 +00:00
dimitr
a30738de89 increment build number 2006-01-28 07:37:33 +00:00
dimitr
272f1e1755 More fixes, thanks to Claudio. 2006-01-28 07:37:26 +00:00
robocop
bf356ef64b increment build number 2006-01-28 04:12:44 +00:00
robocop
51e1d59ac5 Misc. 2006-01-28 04:12:42 +00:00
robocop
6ec703edab increment build number 2006-01-28 04:12:41 +00:00
fsg
0eab3bce50 increment build number 2006-01-28 03:19:37 +00:00
fsg
a71a9dd1f6 nightly update 2006-01-28 03:19:30 +00:00
dimitr
eabfafd922 increment build number 2006-01-27 07:59:57 +00:00
dimitr
7ce9802818 Fixed bug reported in fb-support - wrong permission checks for view columns. 2006-01-27 07:59:54 +00:00
hvlad
231c9fe80f increment build number 2006-01-27 07:36:20 +00:00
hvlad
a2afa1051e Fixed unregistered bug: AV in request driven by freed cursor
(when request is dropped flag REQ_orphan is set for child requests but
this flag is never checked)
2006-01-27 07:36:17 +00:00
fsg
5623ebbaf2 increment build number 2006-01-27 03:20:12 +00:00
fsg
a3e17deeea nightly update 2006-01-27 03:20:10 +00:00
dimitr
e037f6a24e increment build number 2006-01-26 12:23:50 +00:00
dimitr
878ef6a583 Reduced dependencies upon window messages + cleanup. 2006-01-26 12:23:48 +00:00
dimitr
8b504327ab increment build number 2006-01-26 12:23:25 +00:00
dimitr
038580ca8e increment build number 2006-01-26 11:21:13 +00:00
dimitr
a3b2c23aff CREATE VIEW should be aware that a column alias doesn't necessarily mean an expression. 2006-01-26 11:21:12 +00:00
dimitr
a3bd31d396 increment build number 2006-01-26 11:17:55 +00:00
dimitr
2b10a0e4b7 Hopefully, this should fix SF #1404157. 2006-01-26 11:17:52 +00:00
dimitr
f0d6bdeea0 increment build number 2006-01-26 10:45:07 +00:00
dimitr
8b20d04a8a 1) An attempt to fix the endianess/alignment issues in the b-tree code.
2) Some adjustments in the pointers management.
2006-01-26 10:45:02 +00:00
dimitr
aa9fc06acc increment build number 2006-01-26 10:41:54 +00:00
robocop
fcacf8620b increment build number 2006-01-26 08:00:46 +00:00
robocop
9dae55a311 Beware of PC_ENGINE in qli: it's used to protect code meant to be marked with EXPRESSION_INDICES instead, therefore probably all places should be enabled unconditionally. At least with one change (this one) it now shows expression indices correctly. 2006-01-26 08:00:41 +00:00
robocop
0eb082d066 increment build number 2006-01-26 07:21:28 +00:00
robocop
a71bbf1f82 increment build number 2006-01-26 07:21:27 +00:00
robocop
8e7da59fa6 Sync after Dmitry Yemanov's changes. 2006-01-26 07:21:26 +00:00
fsg
9865ded6d1 increment build number 2006-01-26 03:20:27 +00:00
fsg
4d68625f4b nightly update 2006-01-26 03:20:17 +00:00
dimitr
fb8d49a468 increment build number 2006-01-25 12:21:08 +00:00
dimitr
d1721c7142 Fixed a number of inconsistencies in the rollback code. 2006-01-25 12:20:57 +00:00
dimitr
8a90ec9c4e increment build number 2006-01-25 12:11:40 +00:00
dimitr
dee763fff0 Fixed the issue with ROW_COUNT being cleared after SUSPEND. 2006-01-25 12:11:37 +00:00
dimitr
891454a50e increment build number 2006-01-25 09:48:59 +00:00
dimitr
6f6eae051e A small correction. 2006-01-25 09:48:53 +00:00
robocop
3f949d9217 increment build number 2006-01-25 08:40:45 +00:00
robocop
770fd53775 Fix SF Bug# 1408079 and also the same problem with unterminated comment blocks /* ... 2006-01-25 08:40:39 +00:00
robocop
279c0906c4 increment build number 2006-01-25 07:04:19 +00:00
robocop
f86bdc14b4 I want to continue compiling FB2 successfully with my tools, if you don't object.
:-)
2006-01-25 07:04:13 +00:00
fsg
d9c03857d1 increment build number 2006-01-23 03:22:25 +00:00
fsg
6cbb91c8b1 nightly update 2006-01-23 03:22:24 +00:00
arnobrinkman
f24eb21ec6 increment build number 2006-01-22 19:14:31 +00:00
arnobrinkman
a52a8f5c66 Fix incorrect "Ambiguous field name error" reported by Ivan Prenosil:
SELECT
    (SELECT RDB$FIELD_NAME   FROM RDB$RELATION_FIELDS
      WHERE RDB$FIELD_SOURCE = RDB$FIELDS.RDB$FIELD_NAME)
  FROM RDB$FIELDS
 WHERE RDB$FIELD_NAME NOT IN
    (SELECT RDB$FIELD_SOURCE FROM RDB$RELATION_FIELDS)
2006-01-22 19:14:27 +00:00
fsg
904929d5c7 increment build number 2006-01-22 03:19:30 +00:00
fsg
57d30ec65b nightly update 2006-01-22 03:19:28 +00:00