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

15741 Commits

Author SHA1 Message Date
arnobrinkman
ae8ce56db2 increment build number 2005-03-13 12:17:58 +00:00
arnobrinkman
eac753f709 Fix typos found by Tom Cole 2005-03-13 12:17:32 +00:00
robocop
608df8b7d5 increment build number 2005-03-13 05:36:32 +00:00
robocop
280af3b9fa After Dmitry fixed improper loopback connection via XNET on 2005-03-09, I can no longer connect locally on Win32. Here's the fix. 2005-03-13 05:36:05 +00:00
fsg
f6e338f74c increment build number 2005-03-13 02:23:04 +00:00
robocop
22d1a37e3a increment build number 2005-03-12 02:46:13 +00:00
robocop
4e5d4f2a87 Little correction. 2005-03-12 02:46:06 +00:00
fsg
1b498864af increment build number 2005-03-12 02:22:32 +00:00
asfernandes
a5660239e1 increment build number 2005-03-12 00:45:01 +00:00
kkuznetsov
55fcf0d3f1 increment build number 2005-03-11 15:20:13 +00:00
kkuznetsov
be5650fd6d increment build number 2005-03-11 15:20:07 +00:00
kkuznetsov
0fdb002d7c increment build number 2005-03-11 15:00:14 +00:00
kkuznetsov
28b37ac37c increment build number 2005-03-11 15:00:06 +00:00
kkuznetsov
42a2456f04 increment build number 2005-03-11 14:58:24 +00:00
kkuznetsov
af1168e59c increment build number 2005-03-11 14:58:17 +00:00
kkuznetsov
c45d4ff8d7 increment build number 2005-03-11 14:58:09 +00:00
kkuznetsov
332ca92df8 increment build number 2005-03-11 14:54:46 +00:00
dimitr
9f791cd511 increment build number 2005-03-11 08:34:26 +00:00
dimitr
d9c5e93442 Removed unused crap. 2005-03-11 08:34:20 +00:00
fsg
d2cbbc7880 increment build number 2005-03-11 02:19:15 +00:00
robocop
ac9ad52096 increment build number 2005-03-11 00:34:31 +00:00
asfernandes
e9061511c1 increment build number 2005-03-10 22:56:24 +00:00
aafemt
7a8af76138 increment build number 2005-03-10 10:27:20 +00:00
aafemt
2f6d857bc9 There is no need for MSVC hacks if MSVC is not used 2005-03-10 10:27:17 +00:00
aafemt
168b8930ee increment build number 2005-03-10 10:23:58 +00:00
aafemt
8eeb34967b no more THD_* stuff in client 2005-03-10 10:23:52 +00:00
robocop
0dcd754d6a increment build number 2005-03-10 02:35:51 +00:00
fsg
ea3376954d increment build number 2005-03-10 02:14:33 +00:00
dimitr
091a2cae64 increment build number 2005-03-09 16:27:06 +00:00
dimitr
9efa04ae30 Fixed improper loopback connection via XNET. 2005-03-09 16:26:41 +00:00
hvlad
c48c65c5b5 increment build number 2005-03-09 10:24:47 +00:00
hvlad
9159658232 increment build number 2005-03-09 10:18:18 +00:00
skidder
909b102e42 increment build number 2005-03-09 06:53:24 +00:00
skidder
56186e7f4d Calling clear_history like that breaks the builds. But even when build is fixed, call like that causes SIGSEGV due to editline history not being initalized when ISQL is used in non-interactive mode. Since clear_history doesn't free all the editline memory there is no big point in using it here anyways... 2005-03-09 06:53:03 +00:00
fsg
13b804532b increment build number 2005-03-08 02:19:12 +00:00
arnobrinkman
33e56a7d14 increment build number 2005-03-07 22:59:46 +00:00
arnobrinkman
cd11c3a123 fix divide by zero issues and add some comments 2005-03-07 22:59:13 +00:00
dimitr
265704a1cb increment build number 2005-03-07 15:14:45 +00:00
robocop
b39dc02bc8 increment build number 2005-03-07 07:37:51 +00:00
fsg
f0ba23ab02 increment build number 2005-03-05 02:15:57 +00:00
robocop
7a3c5ae5fe increment build number 2005-03-05 01:44:44 +00:00
robocop
a749151080 Correct some files to refer to FB2 and security2.fdb 2005-03-05 01:44:38 +00:00
robocop
b5e4acc1e6 increment build number 2005-03-05 01:44:36 +00:00
robocop
4e85e6012e increment build number 2005-03-05 01:43:49 +00:00
paul_reeves
86e5a3a437 increment build number 2005-03-04 10:08:10 +00:00
paul_reeves
d12082d191 increment build number 2005-03-04 10:08:04 +00:00
robocop
a2275f8b8a increment build number 2005-03-04 09:21:18 +00:00
robocop
39c62a936d Totally misc. 2005-03-04 09:21:12 +00:00
robocop
1f26547b21 increment build number 2005-03-04 09:17:47 +00:00
robocop
ea866740f1 1.- Stop possible crash with long terminators. Pending other checks for the future.
2.- Complete Damyan Ivanov's patch to allow BAIL detect really most error conditions.
3.- Create two functions to handle part of the bulky processing of isql's built-in commands.
4.- Make SET SQLDA_DISPLAY work in release versions and derive functionality to two new functions.
5.- Change Borland's moronic usage of a FIFO implemented in a linked list to handle the needs of a LIFO, simplying code and avoiding the associated logic pain.
6.- Avoid several SQL> prompts when using the INPUT command interactively.
7.- Free several resources on exit. Stop some additional memory leaks.
8.- Signal we are processing the INPUT command only when the file can be opened.
9.- Put the cursor declaration inside the code protected for scrollable cursors, in case it's needed there, since isql doesn't do positioned updates.

Remember to report random behavior, crashes, segmentation faults, core dumps and BSOD's.
2005-03-04 09:17:34 +00:00