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

437 Commits

Author SHA1 Message Date
hvlad
5146487627 Fixed bug CORE-2837 : Asynchronous query cancellation (via Ctrl+C) is not worked 2010-02-01 14:34:23 +00:00
robocop
31848bfc14 Backport CORE-2735: isql hangs when trying to show a view based on a procedure. 2010-01-28 08:18:31 +00:00
robocop
b12b0858fb Backport CORE-2831: isql shouldn't display db and user name when extracting a script. 2010-01-28 08:04:21 +00:00
asfernandes
094320e2f1 Fixed CORE-2735 - isql hangs when trying to show a view based on a procedure 2009-12-21 00:50:44 +00:00
robocop
d2013e66bf Backport CORE-2792: Bad extraction syntax for procedure's parameter based on table's field 2009-12-05 12:52:23 +00:00
robocop
58becc1d6d CORE-2741 and a special case of the ancient CORE-932 2009-11-09 07:26:09 +00:00
robocop
b58ac3f91d Adriano says we shouldn't assume argv[argc] is null. 2009-11-09 06:19:47 +00:00
robocop
a7f88b2316 Misc. 2009-09-10 06:13:02 +00:00
hvlad
f8c417adb3 Improvement CORE-2619 : Make memory and other statistics to work with 64-bit values.
Part (b) add perf64 API into client and use perf64 API in utilities
2009-09-09 10:28:26 +00:00
robocop
dc9e7e7a4a Paul Beach confirmed this Darwin code is no longer necessary. 2009-08-01 05:37:08 +00:00
asfernandes
f59fda5175 GCC warning 2009-07-25 18:43:10 +00:00
asfernandes
6377356940 Misc 2009-07-23 00:56:28 +00:00
asfernandes
029e9ff6aa Fixed CORE-915 - ISQL extract procedures body with double line break 2009-07-20 15:46:46 +00:00
robocop
96177e8f0a Style. 2009-07-18 12:39:15 +00:00
robocop
cfb9403481 Warnings. 2009-07-17 09:06:03 +00:00
robocop
244a57ed1f Misc. 2009-07-17 09:03:14 +00:00
robocop
ba89580753 CORE 2540: Utilities need a more coherent way to show help and version
Now all utilities react to -z for version and -? for help (qli was left for another time)
CORE-2541: Too many hardcoded messages in nbackup (done partially)
2009-07-07 10:25:50 +00:00
robocop
f10e1b72eb Style. 2009-06-27 06:23:36 +00:00
aafemt
24f53abd20 Fix for my previous commit 2009-06-23 11:59:20 +00:00
robocop
a958da87f5 Style. 2009-06-21 05:46:51 +00:00
aafemt
89e77c3e07 Fix parsing of constructions like /*/ and /**/* 2009-06-19 11:17:07 +00:00
asfernandes
bdb85455af Put apples and oranges in different baskets 2009-06-19 02:03:57 +00:00
robocop
83a1e271d7 Use our common code to deal with NaN and Infinity. 2009-06-17 12:22:27 +00:00
robocop
1faf0f05ba Fix CORE-2370: SQL Plan greater than 2048 characters is not printed at all in ISQL.
This is the client side fix. Server-side fixes will follow.
We should be careful to not upset FB2.1 and before.
2009-06-14 12:28:41 +00:00
robocop
7e7f889768 After asking Alex, he confirms that calling fb_shutdown_callback in isql is for everything except WIN_NT (make code equivalent to previous versions). 2009-06-09 09:48:20 +00:00
robocop
d69d80f56d Improvement CORE-1171: make floating point's exponential format the same across platforms. 2009-06-09 09:44:28 +00:00
robocop
a1c6c037d8 Misc. 2009-06-09 09:02:31 +00:00
robocop
5e1d8f9b78 Misc. 2009-06-07 10:17:28 +00:00
asfernandes
486962d8c1 Put TempFile in Firebird namespace 2009-06-06 18:39:29 +00:00
robocop
51d3c9b756 Let's use more typical #ifdef to test macros instead o #if. 2009-05-29 11:27:41 +00:00
asfernandes
38a2912669 Misc 2009-05-03 21:57:13 +00:00
robocop
65c9cb6b1e Use named constants to represent field lengths. In the future it will have to be split between logical length (characters) and physical fields (bytes, for the internal buffers). 2009-05-03 14:08:39 +00:00
robocop
e5b226f7a7 More unused params; style. 2009-05-02 13:00:09 +00:00
robocop
66b1227b22 Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
alexpeshkoff
8c983fec26 Fixed alignment issues with on-stack vary strings 2009-04-29 14:00:32 +00:00
asfernandes
1c20adb8fc Misc 2009-04-29 01:52:49 +00:00
robocop
92eee0fac3 Solve the display problem in Windows where
select cot(0) + 1 from rdb$database;
produces 1.#INF00000000000
Now it says Infinity but only Windows and Solaris are covered.
2009-04-28 17:15:00 +00:00
robocop
441560c29a Misc and style. 2009-04-28 14:16:35 +00:00
robocop
896a849e7e Misc. 2009-04-28 13:11:23 +00:00
asfernandes
debd9eb20d Fixed CORE-2407 - isql -ex PAGE_SIZE missing in CREATE DATABASE 2009-04-08 16:06:20 +00:00
asfernandes
8c458e45d7 Fixed CORE-2408 - isql -ex puts default values of sp parameters before the NOT NULL and COLLATE flags 2009-04-08 15:43:06 +00:00
asfernandes
283509ad8d Misc 2009-03-01 15:42:23 +00:00
robocop
49f23ff20c Little cleanup. 2009-02-28 12:34:48 +00:00
robocop
096d8e78e6 Trying to be more consistent in the detection of headers (HAVE_* macros). 2009-02-08 11:38:00 +00:00
asfernandes
891845836d CORE-2298 - Add support for "some_col = ? or ? IS NULL" conditions 2009-02-05 14:29:28 +00:00
asfernandes
ced3b0010e Rollback CORE-2298 2009-01-29 20:36:29 +00:00
asfernandes
9784181a33 Improvement CORE-2298 - Add support for "some_col = ? or ? IS NULL" conditions 2009-01-28 21:37:45 +00:00
asfernandes
f532f6975e Misc 2009-01-21 15:42:45 +00:00
robocop
e5f2fd24c1 Style. 2009-01-21 04:02:59 +00:00
robocop
3a03e0515c Style: aligning the opening and ending braces in switch() statements and in large blocks of code. 2009-01-18 11:36:08 +00:00