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

13147 Commits

Author SHA1 Message Date
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
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
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
0916217e3b increment build number 2005-12-30 15:59:21 +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
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
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
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
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
aafemt
7f0269baee increment build number 2005-12-28 06:07:23 +00:00
aafemt
b01b2ebbde increment build number 2005-12-28 06:06:27 +00:00
fsg
81485c5061 increment build number 2005-12-28 03:18:29 +00:00
robocop
4369a6e95a increment build number 2005-12-28 02:21:13 +00:00
dimitr
b35db884c6 increment build number 2005-12-27 10:57:40 +00:00
dimitr
740903f3f3 increment build number 2005-12-27 09:42:42 +00:00
robocop
8a67cc428e increment build number 2005-12-27 08:10:03 +00:00
robocop
2387443a4e increment build number 2005-12-27 08:10:01 +00:00
robocop
c69521e8bd increment build number 2005-12-27 08:09:58 +00:00
fsg
089a653fc6 increment build number 2005-12-27 03:18:40 +00:00
hvlad
0d73e93e85 increment build number 2005-12-26 21:18:03 +00:00
hvlad
d45fab69b1 increment build number 2005-12-26 21:17:18 +00:00
hvlad
ddc489f6f0 Restored accidentally committed wrong file 2005-12-26 21:17:16 +00:00
hvlad
2cf2a90044 increment build number 2005-12-26 21:13:04 +00:00
hvlad
52086cd806 Avoid frequent (unneeded and inefficient) allocation \ deallocation of stack entryes 2005-12-26 21:13:03 +00:00
alexpeshkoff
aa1b4a00e3 increment build number 2005-12-26 16:11:01 +00:00
alexpeshkoff
0eecf0f4cc increment build number 2005-12-26 11:59:52 +00:00
dimitr
04542153f5 increment build number 2005-12-26 10:31:08 +00:00
dimitr
a32dbaf727 increment build number 2005-12-26 10:30:53 +00:00
dimitr
3768f0c98b increment build number 2005-12-26 09:47:43 +00:00
dimitr
37cdbf2e17 Never rely on eof/bof markers for non-scrollable-cursors code.
This fixes the newly introduced bug as well as the original issue.
2005-12-26 09:47:37 +00:00
fsg
dc971b995f increment build number 2005-12-26 03:21:06 +00:00
hvlad
a4f0007147 increment build number 2005-12-25 23:12:30 +00:00
hvlad
5b8c4cd0a7 Missing assignment 2005-12-25 23:12:23 +00:00
robocop
01bb3ef727 increment build number 2005-12-25 07:43:05 +00:00
robocop
a44464d73c Do not use the harcoded c:\Program Files path while possible: it doesn't have to live in the C: partition and it's localized in non-English Windows versions. 2005-12-25 07:43:04 +00:00
robocop
06611077d6 increment build number 2005-12-25 07:40:17 +00:00
robocop
9f270025ed increment build number 2005-12-25 04:42:14 +00:00
robocop
9202047a0f Solve chicken and egg problem: when we can't locate the config file, we throw an exception but if we try to trap and decode the failure in another place, it tries to know the location of the messages file (to interpret the status vector), which in turn requires to locate the config file. Therefore, we crash mysteriously. 2005-12-25 04:42:13 +00:00
robocop
303a54e437 increment build number 2005-12-25 04:38:53 +00:00
robocop
3ba0c2ee9c increment build number 2005-12-25 04:38:52 +00:00
robocop
be217fd37a Agreed with Dmitry: when we are reporting an error, we don't know how critical it is. No need to copy/clone the string and risk more failures, since we don't need to change it to send it to the operating system. 2005-12-25 04:38:51 +00:00
robocop
84817e6c2c increment build number 2005-12-25 04:38:50 +00:00
robocop
48832aac33 increment build number 2005-12-25 04:36:59 +00:00
robocop
64b470c28a Mark this Darwin-specific file as out of sync WRT the platform-neutral header file config_root.h: has a duplicate function and the constructor doesn't match. 2005-12-25 04:36:56 +00:00
robocop
3c498483d0 increment build number 2005-12-25 04:29:43 +00:00
robocop
705732bb5f [s|g]etConfigFile renamed [s|g]setConfigFilePath. Clearer, since we have a class named ConfigFile but the function only returns a string with the path, not an object. 2005-12-25 04:29:40 +00:00
robocop
15b596f53e increment build number 2005-12-25 04:01:50 +00:00
robocop
a70f29f820 increment build number 2005-12-25 04:01:48 +00:00
robocop
d5aa4c9ca8 increment build number 2005-12-25 03:59:50 +00:00
robocop
03a066dcb9 [s|g]etConfigFile renamed [s|g]setConfigFilePath. Clearer, since we have a class named ConfigFile but the function only returns a string with the path, not an object. 2005-12-25 03:59:49 +00:00
robocop
07905b801a increment build number 2005-12-25 03:59:45 +00:00
fsg
2018d924e9 increment build number 2005-12-25 03:18:24 +00:00
alexpeshkoff
b24d0dd6a4 increment build number 2005-12-24 17:05:32 +00:00
alexpeshkoff
460d595cd0 increment build number 2005-12-24 17:03:33 +00:00
robocop
c67d4969eb increment build number 2005-12-24 07:29:35 +00:00
robocop
f31d31d14d increment build number 2005-12-24 07:28:33 +00:00
fsg
b1de9b656a increment build number 2005-12-24 03:19:11 +00:00
robocop
2e5e3abd80 increment build number 2005-12-23 23:32:41 +00:00
robocop
cd5b38ef1c increment build number 2005-12-23 23:11:58 +00:00
robocop
82ebc3ab64 Fix the non-VMS version of gds__validate_lib_path:
We shouldn't modify the result from getenv().
Also, fix some null terminator issues.
2005-12-23 23:11:57 +00:00
robocop
bb840eceb3 increment build number 2005-12-23 23:08:11 +00:00
dimitr
3192abd222 increment build number 2005-12-23 15:39:13 +00:00
alexpeshkoff
440594782d increment build number 2005-12-23 11:42:49 +00:00
alexpeshkoff
cf454aae5e increment build number 2005-12-23 11:42:05 +00:00
alexpeshkoff
5209c749b0 increment build number 2005-12-23 09:41:06 +00:00
alexpeshkoff
1f6dc818d4 increment build number 2005-12-23 09:21:50 +00:00
alexpeshkoff
07ef0ee11c increment build number 2005-12-23 08:52:33 +00:00
alexpeshkoff
dfcb623cb8 increment build number 2005-12-23 08:24:02 +00:00
fsg
0cced8c670 increment build number 2005-12-23 03:18:53 +00:00
robocop
f6e3caef1c increment build number 2005-12-23 01:42:41 +00:00
robocop
2b2e2d5dd0 Const correctness and the like. 2005-12-23 01:42:40 +00:00
robocop
9f48628000 increment build number 2005-12-23 01:42:39 +00:00
dimitr
dc5d9616e6 increment build number 2005-12-22 15:26:27 +00:00
robocop
10a4a5e809 increment build number 2005-12-22 06:22:24 +00:00
robocop
256914789c increment build number 2005-12-22 06:02:06 +00:00
fsg
11ac9bc812 increment build number 2005-12-22 03:19:01 +00:00
dimitr
b7fb41d50b increment build number 2005-12-21 21:59:04 +00:00
dimitr
4766821a40 Simplify PSQL cursor handling a bit. 2005-12-21 21:59:03 +00:00
dimitr
b71ce9247e increment build number 2005-12-21 21:58:19 +00:00
dimitr
bd7106541d Fixed bug with infinite circular retrievals. 2005-12-21 21:58:17 +00:00
dimitr
fd0ce0b21e increment build number 2005-12-21 17:49:48 +00:00
alexpeshkoff
2b3d7e844f increment build number 2005-12-21 10:15:39 +00:00
alexpeshkoff
0e343399ed increment build number 2005-12-21 10:12:31 +00:00