8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 12:43:02 +01:00
Commit Graph

489 Commits

Author SHA1 Message Date
asfernandes
1dcad0fe90 Misc. 2012-06-03 03:00:24 +00:00
mkubecek
1f6eaf18e5 isql: fix buffer overflow when 'set width' sets bigger width
than column's natural size
2012-05-29 20:19:58 +00:00
mkubecek
7d64b76c14 isql: fix output if charset is different from locale 2012-05-29 20:14:54 +00:00
mkubecek
69da2285d0 Fix broken isql history with libedit 3.0 2012-05-23 09:12:16 +00:00
asfernandes
580172419b Misc. 2012-04-23 00:48:28 +00:00
hvlad
c036c65e7b Fixed bug CORE-3810 : isql: zero divide + coredump when use "-pag 0" command switch & set heading on inside .sql script 2012-04-07 18:25:44 +00:00
alexpeshkoff
4e795f4047 Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports. 2012-03-01 08:55:43 +00:00
asfernandes
ba36a29f9d 1) Refactored legacy (UDF) function creation.
2) Extend ISQL' SHOW FUNCTION to take packages and parameter's datatype of non-legacy functions into account.
2011-11-08 14:54:48 +00:00
alexpeshkoff
af4d1d87d6 Posix-only fix for CORE-3600: temp files fb_query_xxxx remains after ISQL has been closed 2011-10-05 09:59:34 +00:00
asfernandes
a566f5d725 Fixed CORE-3431 - ISQL pads UTF-8 data incorrectly. 2011-04-05 21:30:27 +00:00
asfernandes
dfe830af7c Added EVENT_TYPE and OBJECT_TYPE to DDL_TRIGGER context. Improvement suggested by Thomas Steinmaurer. 2011-02-20 01:08:48 +00:00
asfernandes
c9ec26c0c3 Feature CORE-726 - Boolean data type 2010-12-18 02:17:06 +00:00
alexpeshkoff
e05c1a825f Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
alexpeshkoff
2dc25a44bb OSRI and new posix build 2010-10-12 08:02:57 +00:00
hvlad
e8ea25098f Fixed bug CORE-2837 : Asynchronous query cancellation (via Ctrl+C) is not worked 2010-02-01 14:34:48 +00:00
robocop
f9f8bde6e8 For now, isql is not prepared to deal with the new function types (packaged, BLR-based) until the code is enhanced. Besides, traditional UDFs should appear early in a script whereas BLR functions may depend on other objects, so they should appear later. 2010-01-29 10:54:11 +00:00
robocop
cd28279f13 More for CORE-2735: isql looks into packages, too for ODS12, as Adriano said. 2010-01-29 04:28:55 +00:00
robocop
1399401720 CORE-2735: isql hangs when trying to show a view based on a procedure. 2010-01-28 08:16:45 +00:00
robocop
302f149de1 CORE-2831: isql shouldn't display db and user name when extracting a script. 2010-01-28 07:59:44 +00:00
asfernandes
9c1bab1793 Feature CORE-1385 Identity columns - in its basic form 2010-01-13 19:14:15 +00:00
robocop
92c5daa384 Probably this completes Dmitry Sibiryakov's fix. 2010-01-05 04:08:46 +00:00
robocop
c9ce3b2345 Misc. 2010-01-05 04:07:55 +00:00
aafemt
270a3d4717 Fix BOF on truncation of reference action 2010-01-04 21:53:24 +00:00
asfernandes
0057047932 Misc 2009-12-30 00:50:39 +00:00
robocop
be0a0be938 Misc. 2009-12-29 11:32:57 +00:00
robocop
ecbd9b406c Nicer fix for isql v/s v3 schemas. 2009-12-29 09:07:08 +00:00
robocop
c6931dba93 Prevent isql from creating a db when we want to create a schema or worse, that it drops a db when we want to drop a schema. Of course, in the new ODS 12. Probably the change should be backported to avoid disasters with FB2.5 isql working with FB3.0 server. 2009-12-28 11:59:36 +00:00
robocop
6ef6202f89 Change this confusing ROWCOUNT feature to MAXROWS (there's also COUNT) but the old name is accepted for compatibility with FB2.5. 2009-12-28 11:54:51 +00:00
asfernandes
ab25c33244 Make packaged functions work 2009-12-28 01:06:40 +00:00
asfernandes
9aea621d65 READ BLOB command has one input parameter... 2009-12-19 21:13:47 +00:00
robocop
b2798cbd87 Misc. 2009-12-16 08:07:36 +00:00
asfernandes
a035a92ce2 Misc 2009-12-06 02:40:03 +00:00
asfernandes
03db7c025f Extract and show DDL triggers types 2009-12-05 15:08:18 +00:00
robocop
50f72024f6 CORE-2792: Bad extraction syntax for procedure's parameter based on table's field 2009-12-05 12:51:12 +00:00
robocop
e12fa4b174 isql: collapse a lot of copy/paste into a single function. 2009-12-05 12:39:46 +00:00
robocop
f0c2759919 CORE-800: Easy metadata extract improvements 2009-12-05 05:24:59 +00:00
robocop
139b2652df Comments. 2009-12-04 08:30:26 +00:00
robocop
6d1781b15b CORE-2788. 2009-12-04 08:01:28 +00:00
robocop
1386adcf90 Style. 2009-11-16 08:06:31 +00:00
robocop
7ad9fb86bd Misc. 2009-11-14 10:47:10 +00:00
robocop
3d93cbdd52 Add support for explicit difference file name in scripts. 2009-11-14 10:31:47 +00:00
asfernandes
cefe295ad9 Misc 2009-11-14 01:20:33 +00:00
robocop
f1277daa43 Align comments. 2009-11-13 10:41:06 +00:00
robocop
aa1edc2039 More package support: corrections. 2009-11-13 09:23:00 +00:00
robocop
79931e1285 Continue package support in isql. 2009-11-13 08:37:04 +00:00
asfernandes
0b2a994c27 Misc 2009-11-13 01:36:09 +00:00
robocop
8654501b8b Correction to package-dependent code. 2009-11-12 11:37:37 +00:00
robocop
7ee3db1d37 Fix Mark's rowcount feature to detect errors properly and add the due messages to the db. 2009-11-12 07:41:31 +00:00
robocop
33ca7e6a77 Package support. Work in progress. 2009-11-12 07:17:01 +00:00
asfernandes
f2cd6b7ec2 Misc 2009-11-12 01:38:48 +00:00