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

18817 Commits

Author SHA1 Message Date
robocop
04898742a3 increment build number 2006-02-02 07:40:41 +00:00
robocop
da2531b32c increment build number 2006-02-02 07:37:28 +00:00
robocop
2b8121da2f The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Seventh step: since RSE_MARK_CRACK became a no-op, remove it from the sources.
2006-02-02 07:37:26 +00:00
robocop
8231f3f068 increment build number 2006-02-02 07:32:09 +00:00
robocop
2b99e764e3 The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Sixth step: remove the places protected by the macro PC_ENGINE. More to come. (I guess all of you who have pending functional changes to post will love this commit. <g>)
2006-02-02 07:32:07 +00:00
fsg
7c90e51ce7 increment build number 2006-02-02 03:19:10 +00:00
fsg
c4283b7bdc increment build number 2006-02-02 03:18:17 +00:00
robocop
e77f9a7803 increment build number 2006-02-02 00:39:04 +00:00
robocop
7a3f8e5cb2 fbudf wasn't really thread safe (despite the Mutex) when dealing with the non-reentrant functions localtime and gmtime because we need to copy the contents of the result pointer to a local variable before releasing the Mutex. 2006-02-02 00:39:02 +00:00
robocop
23d4eba668 increment build number 2006-02-02 00:28:06 +00:00
robocop
0c28df8cf2 Declare independence day from client library for fbudf . For builds other than MSVC6, the following has to be done:
- add to fbudf project the files timestamp.cpp and timestamp.h
- for the same project, define FBUDF_EXPORTS as preprocessor macro
- for the firebird2 workspace/solution/make/etc get rid of the dependency of fbudf on fbclient. Build files that I indentified that need fixes are:
builds\posix\Makefile.in.client.fbudf
builds\posix\Makefile.in.embed.fbudf
builds\win32\msvc7\fbudf.vcproj
builds\win32\msvc7\Firebird2.sln
MacOs build files ignore fbudf completely.
This change eliminates the problem with the client library having different names depending on the build type (SS, CS, embedded).
2006-02-02 00:28:03 +00:00
robocop
47d0039045 increment build number 2006-02-02 00:28:02 +00:00
robocop
7955d2d9c6 increment build number 2006-02-02 00:28:01 +00:00
robocop
1faea313ff increment build number 2006-02-02 00:27:59 +00:00
robocop
30f5d02c0a increment build number 2006-02-02 00:03:34 +00:00
robocop
8b99699398 Do not lose time getting the accurate timestamp from the operating system if we are going to override it imediately with the user supplied value in isc_encode_date and isc_encode_timestamp. Also, this avoids an exception escaping from the API functions if the system call fails. 2006-02-02 00:03:29 +00:00
robocop
b6487e1f83 increment build number 2006-02-01 22:50:54 +00:00
robocop
87637b49de The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Fifth step: remove the aforementioned files. More to come.
2006-02-01 22:50:53 +00:00
robocop
151b6555d1 increment build number 2006-02-01 22:45:39 +00:00
robocop
8975ef292a The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Fourth step: remove forward declarations of classes Bookmark and RefreshRange. More to come.
2006-02-01 22:45:35 +00:00
robocop
29a379a25c increment build number 2006-02-01 09:21:07 +00:00
robocop
ebf632d050 The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Third step: remove references to the deleted objects Bookmark and RefreshRange in blk.h and dbt.cpp (debug). Remove definition of Bookmark from rse.h. More to come.
2006-02-01 09:21:05 +00:00
robocop
e17b93fd81 increment build number 2006-02-01 08:55:44 +00:00
robocop
c2fe7385ab The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Second step: remove them from #include clauses in other files. More to come.
2006-02-01 08:55:43 +00:00
robocop
f9af8ba61f increment build number 2006-02-01 08:51:11 +00:00
robocop
6a877d0263 increment build number 2006-02-01 08:51:10 +00:00
robocop
f13f46ac10 increment build number 2006-02-01 08:51:08 +00:00
robocop
458e0b0ec2 increment build number 2006-02-01 08:51:07 +00:00
paul_reeves
12ed900b06 increment build number 2006-01-31 10:44:52 +00:00
paul_reeves
1b140d7106 increment build number 2006-01-31 10:44:51 +00:00
paul_reeves
595bc8981a increment build number 2006-01-31 10:44:49 +00:00
paul_reeves
9b7eca63b3 increment build number 2006-01-31 10:44:48 +00:00
paul_reeves
faaed269b4 increment build number 2006-01-31 10:44:47 +00:00
paul_reeves
78dca9d341 increment build number 2006-01-31 10:44:46 +00:00
robocop
de7010743a increment build number 2006-01-31 07:18:06 +00:00
robocop
47cdf70725 Change misleading comment: the file is used for expression indices, cannot be deprecated as it was part of the PC_ENGINE feature. 2006-01-31 07:18:03 +00:00
robocop
d2e9c3fbda increment build number 2006-01-31 07:16:36 +00:00
robocop
13c8c63534 increment build number 2006-01-31 07:16:35 +00:00
robocop
ce9f0ca6c4 increment build number 2006-01-31 07:15:55 +00:00
fsg
4adf230d38 increment build number 2006-01-30 03:20:18 +00:00
robocop
8f1a076123 Skip system objects: exceptions, blob filters and procedures. 2006-01-29 03:23:34 +00:00
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
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
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
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
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
hvlad
be32f6871e increment build number 2006-01-21 15:30:13 +00:00
hvlad
46d9ffb4bf 1. Add isc_dpb_no_garbage_collect to gfix attachment to not force a sweep
2. Fix unregistered bug - wrong statistics if relation\index data is longer than 2^32 bytes length
3. Fix unregistered bug - average index key length rounded to integer value
2006-01-21 15:30:02 +00:00
hvlad
f4dd903fd3 increment build number 2006-01-21 15:29:26 +00:00
hvlad
44908a267c Attachment with isc_dpb_no_garbage_collect option will not force a sweep 2006-01-21 15:29:21 +00:00
asfernandes
3b623e84d2 increment build number 2006-01-21 14:55:19 +00:00
asfernandes
e781d29e1e Fixed problem caused by usage of UNICODE_FSS system domains in users views and tables - thanks to Dmitry 2006-01-21 14:55:16 +00:00
fsg
7c53d6563c increment build number 2006-01-21 03:22:03 +00:00
hvlad
a47f7eb0b3 increment build number 2006-01-20 13:34:21 +00:00
hvlad
4fba9402c7 increment build number 2006-01-20 13:34:20 +00:00
hvlad
c65b1fda0a Regenerated parser files after parse.y change
By bison 2.1 now
2006-01-20 13:34:18 +00:00
hvlad
80bc12de03 increment build number 2006-01-20 13:32:38 +00:00
hvlad
419bb217c5 increment build number 2006-01-20 13:31:32 +00:00
hvlad
7c1372ee30 Again fix issue with parser and not correctly stored source for
CURRENT_TIME\CURRENT_TIMESTAMP in procedure parameters
default values. Reported by Martijn Tonies
2006-01-20 13:31:26 +00:00
fsg
34ba4664a3 increment build number 2006-01-20 03:19:47 +00:00
dimitr
8b7e8bb9de increment build number 2006-01-19 16:53:26 +00:00
dimitr
819c970570 Temporary rolled back one one of my previous fixes due to discovered issues. 2006-01-19 16:53:22 +00:00
alexpeshkoff
dce34ac2bd increment build number 2006-01-19 14:32:47 +00:00
fsg
297da01fa9 increment build number 2006-01-19 03:21:16 +00:00
alexpeshkoff
8d32eb8df6 increment build number 2006-01-18 11:54:04 +00:00
alexpeshkoff
2c7a5997cd fixed gcc warning(s) 2006-01-18 11:54:00 +00:00
alexpeshkoff
b8586205d7 increment build number 2006-01-18 10:43:15 +00:00
alexpeshkoff
e85ee26ade fixed gcc warning(s) 2006-01-18 10:43:13 +00:00
fsg
9225d36feb increment build number 2006-01-18 03:21:12 +00:00
robocop
f426f7b4e8 increment build number 2006-01-17 09:20:24 +00:00
robocop
05316aebb0 increment build number 2006-01-17 07:52:16 +00:00
robocop
e306aebfee increment build number 2006-01-17 07:52:15 +00:00
robocop
0d2479158b Misc. 2006-01-17 07:52:14 +00:00
robocop
7588acad5d increment build number 2006-01-17 07:52:11 +00:00
robocop
e09e51662e increment build number 2006-01-17 07:39:14 +00:00
robocop
df48977a4b Disable the debug info for the optimizer in the public repository as it might produce release builds that create an output file with that information. 2006-01-17 07:39:12 +00:00
robocop
2958c5bfa0 increment build number 2006-01-17 07:37:39 +00:00
paul_reeves
c151e81704 increment build number 2006-01-17 04:40:33 +00:00
paul_reeves
6baee04435 Forward port OldColumnNaming from Fb 1.5.3 2006-01-17 04:40:31 +00:00
paul_reeves
3228b653e9 increment build number 2006-01-17 04:40:30 +00:00
paul_reeves
078b94aa79 increment build number 2006-01-17 04:40:29 +00:00
dimitr
1d9b200c3c increment build number 2006-01-16 17:17:11 +00:00
alexpeshkoff
52929bc032 increment build number 2006-01-16 16:49:16 +00:00
alexpeshkoff
d1ee840d60 fixed gcc warning(s) 2006-01-16 16:49:15 +00:00
alexpeshkoff
4ac9fae7c0 increment build number 2006-01-16 16:49:14 +00:00
alexpeshkoff
3850e53386 increment build number 2006-01-16 16:49:13 +00:00
alexpeshkoff
7cba0d71a7 increment build number 2006-01-16 16:48:46 +00:00
alexpeshkoff
e390c31d19 increment build number 2006-01-16 16:47:38 +00:00
alexpeshkoff
0030881566 increment build number 2006-01-16 16:46:42 +00:00
alexpeshkoff
17fe0fbbec ported fix from vulcan 2006-01-16 16:46:40 +00:00
alexpeshkoff
448d14fbb0 increment build number 2006-01-16 16:45:36 +00:00
alexpeshkoff
349b4e890c increment build number 2006-01-16 16:43:59 +00:00
alexpeshkoff
7b4c418dd5 increment build number 2006-01-16 16:41:56 +00:00
alexpeshkoff
aed2a1f995 increment build number 2006-01-16 16:31:17 +00:00
alexpeshkoff
fb6757bbed fixed gcc warning(s) 2006-01-16 16:31:15 +00:00
alexpeshkoff
0f97fe2e14 increment build number 2006-01-16 15:39:57 +00:00
alexpeshkoff
2464438275 increment build number 2006-01-16 15:39:56 +00:00
alexpeshkoff
ca70704563 fixed gcc warning(s) 2006-01-16 15:39:55 +00:00
alexpeshkoff
cde784ed3b increment build number 2006-01-16 15:39:18 +00:00
alexpeshkoff
9833cc64bf increment build number 2006-01-16 15:38:28 +00:00
paul_reeves
f77d0973b7 increment build number 2006-01-16 15:21:24 +00:00
paul_reeves
476698c94a increment build number 2006-01-16 15:21:23 +00:00
paul_reeves
e70667cd2f increment build number 2006-01-16 15:21:22 +00:00
paul_reeves
0b125e7a90 increment build number 2006-01-16 15:21:20 +00:00
paul_reeves
2cbed9a3e4 increment build number 2006-01-16 15:21:18 +00:00
alexpeshkoff
f4925f5c5d increment build number 2006-01-16 10:01:30 +00:00
alexpeshkoff
729969be72 ported fix from vulcan 2006-01-16 10:01:27 +00:00
alexpeshkoff
b9ee2d0e98 increment build number 2006-01-16 08:47:22 +00:00
alexpeshkoff
4b40679a8d fixed posix build 2006-01-16 08:47:20 +00:00
asfernandes
93aef1db67 increment build number 2006-01-15 18:11:47 +00:00
asfernandes
608a594696 Fixed problem causing collation lost in sqlsubtype when using dynamic charset - reported by Ivan Prenosil 2006-01-15 18:11:31 +00:00
dimitr
e6cdcec1fe increment build number 2006-01-15 16:04:42 +00:00
dimitr
1293d9fd97 Fixed bug related to expression indices vs. collates, reported by Ivan. 2006-01-15 16:04:39 +00:00
dimitr
fbc715c3db increment build number 2006-01-15 16:04:38 +00:00
alexpeshkoff
4c2c47c1e7 increment build number 2006-01-15 13:39:59 +00:00
alexpeshkoff
1d80806fe5 increment build number 2006-01-15 13:34:08 +00:00
alexpeshkoff
3d8aea7bba fixed posix build and warnings 2006-01-15 13:34:03 +00:00
arnobrinkman
55d690d97c increment build number 2006-01-15 13:19:26 +00:00
arnobrinkman
78dcb398ef Fix bug with lower/upper -exlude flag for indexes 2006-01-15 13:19:05 +00:00
alexpeshkoff
a503139f5a increment build number 2006-01-15 12:48:41 +00:00
alexpeshkoff
4e7e50e6dd fixed gcc warning 2006-01-15 12:48:30 +00:00
fsg
28d6fa3227 increment build number 2006-01-15 03:20:55 +00:00
asfernandes
413a9b5ccd increment build number 2006-01-14 18:04:11 +00:00
asfernandes
26f9e73b30 increment build number 2006-01-14 18:04:10 +00:00
asfernandes
1e2eec3dae increment build number 2006-01-14 18:04:09 +00:00
asfernandes
fff3a4339b Add Czech collations - contributed by Ivan Prenosil:
- WIN_CZ (case-insensitive, accent-sensitive)
 - WIN_CZ_CI_AI (case-insensitive, accent-insensitive)
2006-01-14 18:04:08 +00:00
asfernandes
d72b7a84d3 increment build number 2006-01-14 18:04:07 +00:00
asfernandes
3531c48ffc increment build number 2006-01-14 18:04:05 +00:00
asfernandes
93bfb3c6a9 increment build number 2006-01-14 18:04:03 +00:00
asfernandes
acbeb8b181 increment build number 2006-01-14 18:04:01 +00:00
robocop
80b225ada3 increment build number 2006-01-14 07:00:46 +00:00
robocop
7a4f95b064 increment build number 2006-01-14 07:00:45 +00:00
robocop
1ca7a582f9 EXPRESSION_INDICES code is considered stable and therefore there's no need to keep it protected by macros. Please do a full rebuild. 2006-01-14 07:00:44 +00:00
robocop
7ea683eb86 increment build number 2006-01-14 07:00:43 +00:00
robocop
9c9878876a increment build number 2006-01-14 07:00:40 +00:00
robocop
22d0508878 increment build number 2006-01-14 04:56:15 +00:00
robocop
3b64ed4102 Detect if some undocumented startup option failed (Windows). 2006-01-14 04:56:13 +00:00
robocop
b60c226478 increment build number 2006-01-14 04:54:35 +00:00
robocop
6f8e342053 Totally misc. 2006-01-14 04:54:34 +00:00
robocop
ef8c86c2ce increment build number 2006-01-14 04:49:02 +00:00
robocop
e7aa895748 increment build number 2006-01-14 04:49:01 +00:00
robocop
73493a52a4 increment build number 2006-01-14 04:49:00 +00:00
robocop
b67b0219ab Change from getenv to readenv. This is still getenv in Linux/UNIX but GetEnvironmentVariable in Windows. 2006-01-14 04:48:59 +00:00
robocop
0a4cc3b0ce increment build number 2006-01-14 04:48:57 +00:00
robocop
e72b7c3453 increment build number 2006-01-14 04:48:55 +00:00
robocop
87920fbd1d increment build number 2006-01-14 04:48:52 +00:00
robocop
a4705f190f increment build number 2006-01-14 04:48:51 +00:00
robocop
0326f2791c increment build number 2006-01-14 04:48:49 +00:00
robocop
24e0a94646 increment build number 2006-01-14 04:48:47 +00:00
robocop
c0794c1353 increment build number 2006-01-14 04:48:44 +00:00
fsg
4d74f20f96 increment build number 2006-01-14 03:20:47 +00:00
robocop
da0ef2853d increment build number 2006-01-13 22:25:13 +00:00
robocop
2a499fb72d Totally misc. 2006-01-13 22:25:05 +00:00
dimitr
c26e3b758d increment build number 2006-01-13 09:33:43 +00:00
dimitr
9a6ce8b2d1 Fixed SF #1404215. 2006-01-13 09:33:40 +00:00
dimitr
0c37c6eb83 increment build number 2006-01-13 07:36:34 +00:00
dimitr
a5a8041e26 1) Fixed stdin/stdout redirection in win32 gsplit
2) Make the code more GCC4 friendly
2006-01-13 07:36:30 +00:00
fsg
eac9347e3a increment build number 2006-01-13 03:19:07 +00:00
dimitr
8974267e84 increment build number 2006-01-12 13:21:27 +00:00
dimitr
ed9eb5c9cd Fixed the wrong local connection. 2006-01-12 13:21:25 +00:00
fsg
698b608ac7 increment build number 2006-01-11 03:20:21 +00:00
robocop
2b1b924d8a increment build number 2006-01-10 22:20:56 +00:00
kkuznetsov
74148db201 increment build number 2006-01-10 15:01:07 +00:00
kkuznetsov
514cae7e3d increment build number 2006-01-10 15:01:04 +00:00
kkuznetsov
c4ca94823b Fix compile error on Solaris - udefined va_list 2006-01-10 15:01:03 +00:00
dimitr
3a5488e525 increment build number 2006-01-10 08:31:37 +00:00
dimitr
7e6dedd0bc Correction. 2006-01-10 08:31:29 +00:00
dimitr
2bfdb91cba increment build number 2006-01-10 07:59:58 +00:00
fsg
a2c2baeee7 increment build number 2006-01-10 03:19:14 +00:00
dimitr
340e661434 increment build number 2006-01-09 19:57:38 +00:00
dimitr
8e37fbe3ac Minor cleanup + solved one of the GCC4 compile issues. 2006-01-09 19:57:32 +00:00
dimitr
ab659df4cb increment build number 2006-01-09 14:17:45 +00:00
dimitr
0094902dca increment build number 2006-01-09 12:45:41 +00:00
dimitr
d4158f0cea increment build number 2006-01-09 10:13:07 +00:00
fsg
59c510c17f increment build number 2006-01-09 03:22:47 +00:00
dimitr
930586a4b5 increment build number 2006-01-08 08:21:57 +00:00
dimitr
2e258f4cf9 Fixed BUGCHECK(205) related to ODS11 index changes. 2006-01-08 08:21:46 +00:00
fsg
e8a56def97 increment build number 2006-01-08 03:19:01 +00:00
robocop
e7533cf466 increment build number 2006-01-08 01:11:08 +00:00
robocop
03d3023426 increment build number 2006-01-08 01:11:07 +00:00
robocop
7939c5f3d8 Avoid a crash. 2006-01-08 01:11:06 +00:00
alexpeshkoff
d1e8bb9f46 increment build number 2006-01-07 16:58:24 +00:00
alexpeshkoff
32ef4f5b67 fixed compilation after changes in exception 2006-01-07 16:58:23 +00:00
alexpeshkoff
93117d8f71 increment build number 2006-01-07 16:57:15 +00:00
alexpeshkoff
6f0aaf655f increment build number 2006-01-07 16:57:14 +00:00
alexpeshkoff
3a8abf8fd1 increment build number 2006-01-07 16:55:42 +00:00
alexpeshkoff
6dee6d3079 avoid vararg constructors in status_exception 2006-01-07 16:55:40 +00:00
alexpeshkoff
da4b31ac56 increment build number 2006-01-07 16:53:36 +00:00
alexpeshkoff
e76972ef21 rollback temporary fix after fixing status_exception 2006-01-07 16:53:35 +00:00
alexpeshkoff
a91490abd5 increment build number 2006-01-07 16:50:18 +00:00
alexpeshkoff
64ac449789 avoid vararg constructors in status_exception 2006-01-07 16:50:13 +00:00
fsg
7a6a337b31 increment build number 2006-01-07 03:18:59 +00:00
robocop
df6ed6eccd increment build number 2006-01-07 01:32:11 +00:00
robocop
4f5cb7e3f6 Misc. 2006-01-07 01:32:10 +00:00
robocop
ff9d283380 increment build number 2006-01-07 00:34:43 +00:00
robocop
59a525a87b Complete Alex fix. 2006-01-07 00:34:42 +00:00
robocop
d979ca39f8 increment build number 2006-01-07 00:33:13 +00:00
robocop
96fb52a7cb Totally misc. 2006-01-07 00:33:10 +00:00
robocop
f650454bc5 increment build number 2006-01-07 00:31:39 +00:00
robocop
169be97517 increment build number 2006-01-07 00:31:38 +00:00
robocop
1e6d89ebfc Comment excessive dependencies on license.h. 2006-01-07 00:31:37 +00:00
robocop
de4030790a increment build number 2006-01-07 00:31:34 +00:00
robocop
a827cf4ff4 increment build number 2006-01-07 00:31:27 +00:00
robocop
f02db87de1 increment build number 2006-01-07 00:31:26 +00:00
robocop
490461c6f1 increment build number 2006-01-07 00:31:22 +00:00
robocop
ddecb768bc increment build number 2006-01-07 00:31:15 +00:00
robocop
4f09346af5 increment build number 2006-01-06 22:42:11 +00:00
robocop
6da2dcf373 Remove leftover from Apollo. 2006-01-06 22:42:09 +00:00
alexpeshkoff
cc94db28d7 increment build number 2006-01-06 12:29:13 +00:00
alexpeshkoff
dccce62333 simpler way to detect redirection attempt 2006-01-06 12:29:12 +00:00
alexpeshkoff
8ff3dc98b3 increment build number 2006-01-06 12:27:55 +00:00
alexpeshkoff
30fe72f186 increment build number 2006-01-06 11:21:59 +00:00
alexpeshkoff
1ecaaa049e fixed "invalid database handle" error 2006-01-06 11:21:57 +00:00
alexpeshkoff
8dfda6d781 increment build number 2006-01-06 11:21:37 +00:00
fsg
fab6d6f845 increment build number 2006-01-06 03:19:49 +00:00
alexpeshkoff
7334170471 increment build number 2006-01-05 17:30:59 +00:00
alexpeshkoff
0d1a4f8209 don't use internal type in public file 2006-01-05 17:30:50 +00:00
dimitr
fe38d7f98e increment build number 2006-01-05 17:13:28 +00:00
dimitr
8174f08112 Allowed expression indices to be used for navigation on outer streams. 2006-01-05 17:13:23 +00:00
dimitr
fda0404223 increment build number 2006-01-05 10:10:39 +00:00
dimitr
a5a967c648 Little cleanup. 2006-01-05 10:10:37 +00:00
fsg
41d196c326 increment build number 2006-01-05 03:19:03 +00:00
robocop
e5dbdced09 increment build number 2006-01-04 05:55:27 +00:00
robocop
be13107102 Misc. 2006-01-04 05:55:24 +00:00
fsg
dcc76cd936 increment build number 2006-01-04 03:20:33 +00:00
dimitr
7d7955d1b4 increment build number 2006-01-03 15:47:58 +00:00
dimitr
e1e2dafa84 1) Replaced TEXT* with MetaName& in SCL.
2) Fixed SF #1396017.
2006-01-03 15:47:56 +00:00
alexpeshkoff
34c72ac6ab increment build number 2006-01-03 15:07:50 +00:00
alexpeshkoff
2690209189 MetaName can now handle NULL in constructors and assignments 2006-01-03 15:07:47 +00:00
dimitr
5b0235f0d5 increment build number 2006-01-03 11:28:30 +00:00
dimitr
2204fe9624 Fixed the garbage trigger name (reported by Alex). 2006-01-03 11:28:24 +00:00
fsg
4d0fd1952f increment build number 2006-01-01 03:18:47 +00:00
robocop
d882fbbe82 increment build number 2005-12-31 05:58:38 +00:00
robocop
d57942f544 Isolate scrollable cursors (checked by Dmitry Y.) 2005-12-31 05:58:36 +00:00
robocop
c33c32f8a1 increment build number 2005-12-31 03:49:33 +00:00
robocop
30d652e2a5 Misc. 2005-12-31 03:49:31 +00:00
fsg
8b70171f4b increment build number 2005-12-31 03:18:35 +00:00
alexpeshkoff
326b42ba86 increment build number 2005-12-30 16:08:46 +00:00
alexpeshkoff
093f175696 fixed SF bug 229237 2005-12-30 16:08:44 +00:00
alexpeshkoff
0916217e3b increment build number 2005-12-30 15:59:21 +00:00
alexpeshkoff
eba3ba3c06 front-ported one forgotten 1.5 commit to 2.0 2005-12-30 15:59:19 +00:00
alexpeshkoff
605c21d2d4 increment build number 2005-12-30 15:13:32 +00:00
robocop
1d56b1edbb increment build number 2005-12-30 06:57:07 +00:00
robocop
f902dd1311 Parse the server version output (that can be large with redirection) correctly when isql -z is used. 2005-12-30 06:57:06 +00:00
fsg
d04de7953f increment build number 2005-12-30 03:18:29 +00:00
alexpeshkoff
a38a1b5867 increment build number 2005-12-29 09:32:46 +00:00
alexpeshkoff
9fa49f5077 make server-version output a bit more readable 2005-12-29 09:32:41 +00:00
alexpeshkoff
a58e0887ef increment build number 2005-12-29 08:06:16 +00:00
alexpeshkoff
375a74359c increment build number 2005-12-29 08:06:12 +00:00
alexpeshkoff
4447d705c8 fixed bugs in server version reporting 2005-12-29 08:06:11 +00:00
fsg
dabd19d630 increment build number 2005-12-29 03:18:19 +00:00
dimitr
0b09c892f1 increment build number 2005-12-28 10:08:00 +00:00
dimitr
cf3ed06d9c Fixed POSIX builds. 2005-12-28 10:07:54 +00:00
aafemt
3510113a6e increment build number 2005-12-28 07:11:49 +00:00
aafemt
c052a8db0e increment build number 2005-12-28 06:58:29 +00:00
robocop
99c93793cb increment build number 2005-12-28 06:43:00 +00:00
robocop
85d06131f6 Misc. 2005-12-28 06:42:58 +00:00
aafemt
7372d166c2 increment build number 2005-12-28 06:09:45 +00:00
aafemt
ee78641538 increment build number 2005-12-28 06:09:44 +00:00
aafemt
dfe36eb9fa increment build number 2005-12-28 06:08:36 +00:00