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

16823 Commits

Author SHA1 Message Date
robocop
eb6d474451 Requested item in the whatsnew. Added another minor change. 2005-01-19 08:52:19 +00:00
fsg
021bc0ce75 increment build number 2005-01-19 02:18:47 +00:00
fsg
f84d2e4bfc increment build number 2005-01-19 02:17:54 +00:00
fsg
f92437bd11 nightly update 2005-01-19 02:17:44 +00:00
dimitr
a86056fce4 increment build number 2005-01-18 21:49:56 +00:00
dimitr
7d371a8959 Disable XNET for the embedded server. 2005-01-18 21:45:56 +00:00
kkuznetsov
6475965bb0 increment build number 2005-01-18 16:38:35 +00:00
dimitr
a0baed6532 increment build number 2005-01-18 15:06:22 +00:00
dimitr
8d6e675b75 Always zero blr/message memory before usage.
Otherwise a reused message may cause garbage to be copied to XDR
which in turn may cause asynchronous exceptions in the asymmetric protocol code.
2005-01-18 15:04:07 +00:00
stryqx
2dbb9242c3 increment build number 2005-01-18 03:58:20 +00:00
fsg
a8443db810 increment build number 2005-01-18 02:20:36 +00:00
fsg
3b4fa19a9a increment build number 2005-01-18 02:19:45 +00:00
fsg
521edb1b9e nightly update 2005-01-18 02:19:26 +00:00
kkuznetsov
b0519b2013 increment build number 2005-01-17 15:59:42 +00:00
kkuznetsov
e76382a317 Some cleanup 2005-01-17 15:59:32 +00:00
kkuznetsov
27c8e81b81 increment build number 2005-01-17 15:57:14 +00:00
kkuznetsov
90002b0f0b increment build number 2005-01-17 10:05:45 +00:00
kkuznetsov
7a742fa22e Minor fix 2005-01-17 10:05:12 +00:00
robocop
807e9313b6 increment build number 2005-01-17 09:17:01 +00:00
robocop
72e54eb27d First attempt to fix SF Bug #512975.
Please let me know if the problem disappears or there's a bad side effect that I didn't detect.
2005-01-17 09:16:40 +00:00
robocop
6dfb16e43c increment build number 2005-01-17 08:55:26 +00:00
robocop
1b420b2e9b Fix SF Bug #1103740
Both quoted and non-quoted cursors should be checked for duplication.
Now, duplicate quoted identifiers used for cursors will get something like:
(E) gpretest.e:29: symbol a_nice_long_long_long_cusor_name_for_customer is alrea
dy in use
2005-01-17 08:55:03 +00:00
robocop
45288329d1 increment build number 2005-01-17 06:48:22 +00:00
robocop
a696b411c2 Fix SF Bug #1103683 for gpre.
Now, database aliases can't be longer than 31 bytes. Example:
	EXEC SQL
		SET DATABASE "DB0" = COMPILETIME "G:\\DB\\Firebird\\examples\\EMPLOYEE.GDB"
Here DB0 can be longer provided that it doesn't go beyond 31 bytes. As pointed out by Paul Beach, it makes little sense to have a reference that's longer than the physical path of the db.
2005-01-17 06:48:18 +00:00
robocop
7aba79c562 increment build number 2005-01-17 06:43:56 +00:00
robocop
e094566e16 Fix SF Bug #1103670.
Now, quoted cursor names can be opened, closed and reopened in gpre without losing their names.
2005-01-17 06:43:49 +00:00
robocop
c33b0cd774 increment build number 2005-01-17 05:41:21 +00:00
robocop
04f8bb10c8 Fix error message. 2005-01-17 05:41:08 +00:00
robocop
1d5a68c230 increment build number 2005-01-17 05:39:17 +00:00
robocop
f05c19c9b8 Fix more inconsistencies in gpre related to SF Bug #1103666, supposedly caused by the starfishes. 2005-01-17 05:39:13 +00:00
robocop
56e028a7e0 increment build number 2005-01-17 05:31:18 +00:00
robocop
6a2ecc3fd3 Fix more inconsistencies in gpre related to SF Bug #1103666.
The others were fixed as part of fixing SF Bug #504978 about truncation of variables.
2005-01-17 05:31:12 +00:00
robocop
72f3e685a0 increment build number 2005-01-17 05:22:17 +00:00
robocop
ae780ca62d Misc. 2005-01-17 05:22:10 +00:00
robocop
9fb5eaa19d increment build number 2005-01-17 05:02:22 +00:00
robocop
0d4bd2e497 Fix SF Bug #504978. Restore gpre ability to work with variables up to 63 bytes in length. Now that the lengths are expressed by constants instead of random values in each place, the limit may be increased further. The problem happened between IB5 and IB6 at Borland. 2005-01-17 05:02:09 +00:00
fsg
4e0e30890a increment build number 2005-01-17 02:12:00 +00:00
fsg
98ee2db40e nightly update 2005-01-17 02:11:48 +00:00
dimitr
ef2e09e49b increment build number 2005-01-16 12:35:32 +00:00
dimitr
c39a6c057a increment build number 2005-01-16 12:35:30 +00:00
dimitr
03cfc7c237 Changes and cleanup regarding XNET vs old-style IPC. 2005-01-16 12:35:27 +00:00
dimitr
63efb924df increment build number 2005-01-16 12:31:04 +00:00
dimitr
3360ab59b8 increment build number 2005-01-16 12:26:30 +00:00
dimitr
7901c5bf4a increment build number 2005-01-16 12:20:39 +00:00
dimitr
f49849da03 Changes and cleanup regarding XNET vs old-style IPC. 2005-01-16 12:20:09 +00:00
dimitr
58b538fb97 increment build number 2005-01-16 11:25:27 +00:00
dimitr
b37a6f707a Changes and cleanup regarding XNET vs old-style IPC. 2005-01-16 11:25:18 +00:00
dimitr
304c1af57b increment build number 2005-01-16 10:22:09 +00:00
dimitr
5dd85db2ea Changes and cleanup regarding XNET vs old-style IPC. 2005-01-16 10:21:54 +00:00
asfernandes
54df9982e1 increment build number 2005-01-15 22:35:48 +00:00