8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-25 01:23:03 +01:00
firebird-mirror/src/isql
2010-02-01 14:34:48 +00:00
..
ColList.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
ColList.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
Extender.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
Extender.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
extra_proto.h - Implement the SHOW COMMENT(S) command. 2005-05-19 08:03:10 +00:00
extract.epp 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
InputDevices.cpp Do not convert filenames to absolute form for display. That breaks tests made with ISQL. (CORE-2575) 2009-10-24 15:28:25 +00:00
InputDevices.h Misc. 2009-10-30 10:59:52 +00:00
isql_proto.h isql: collapse a lot of copy/paste into a single function. 2009-12-05 12:39:46 +00:00
isql_win.cpp Style. 2009-06-27 06:23:36 +00:00
isql_win.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
isql.epp Fixed bug CORE-2837 : Asynchronous query cancellation (via Ctrl+C) is not worked 2010-02-01 14:34:48 +00:00
isql.h 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
isql.rc -Macro cleaning 2004-05-18 16:21:39 +00:00
isql.rh -Macro cleaning 2004-05-18 16:21:39 +00:00
isqlswi.h Misc 2009-11-12 01:38:48 +00:00
isqlw_proto.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
iutils_proto.h 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
iutils.cpp Misc. 2010-01-05 04:07:55 +00:00
OptionsBase.cpp Shut up some compiler warnings (some warnings should be enabled again in autoconfig_msvc.h IMHO because hiding our possible mistakes won't help us). 2008-12-30 10:52:52 +00:00
OptionsBase.h The merge continued. 2008-01-16 07:23:29 +00:00
PtrSentry.h This is the full SafeArg implementation for getting rid of the fixed parameter types in the messages db. Alas, the legacy messages (before FB2.1) can't be changed in number of arguments neither the types of arguments sent by callers of the MsgPrint family or the fb_msg_format functions can be changed because old clients know these legacy messages and would crash. 2007-03-28 04:20:36 +00:00
show_proto.h Misc 2009-12-06 02:40:03 +00:00
show.epp Feature CORE-1385 Identity columns - in its basic form 2010-01-13 19:14:15 +00:00