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

646 Commits

Author SHA1 Message Date
asfernandes
5eea52ad61 Fixed output of SHOW PROCEDURES/FUNCTIONS. 2016-02-17 01:36:14 +00:00
asfernandes
44cf5c717b Fixed CORE-5089 - Metadata extration (ISQL -X): "CREATE PROCEDURE/FUNCTION" statement contains reference to column of table(s) that not yet exists if this procedure had parameter of such type when it was created. 2016-02-02 14:46:59 +00:00
asfernandes
fb7eca8c60 Fixed CORE-5092 - ISQL extract command lose COMPUTED BY field types. 2016-01-31 23:57:19 +00:00
asfernandes
27dc9281ac Revert this solution for CORE-5089 as it doesn't work for packages. 2016-01-31 23:56:37 +00:00
asfernandes
436b531774 Misc. 2016-01-31 00:06:06 +00:00
asfernandes
624d3381c9 Fixed CORE-5089 - Metadata extration (ISQL -X): "CREATE PROCEDURE/FUNCTION" statement contains reference to column of table(s) that not yet exists if this procedure had parameter of such type when it was created. 2016-01-29 14:51:11 +00:00
robocop
e7a69b2932 Typo. 2016-01-21 00:25:23 +00:00
alexpeshkoff
b09b956eab Fixed CORE-5077: ISQL does not show encryption status of database 2016-01-18 17:30:37 +00:00
dimitr
6d30e899f5 Fixed (hopefully) my last commit re. plan output. 2016-01-03 20:20:56 +00:00
dimitr
24b7a7982c Fixed CORE-5061: ISQL plan output is unexpectedly truncated after a query is simplified to become shorter. 2016-01-02 12:08:31 +00:00
hvlad
241059f1d8 Improvement CORE-5063 : Make "show database" command to show numbers of used and free pages in database 2016-01-02 11:37:06 +00:00
alexpeshkoff
ea49fcaa52 Fixed CORE-4980: Operator REVOKE can modify rights granted to system tables at DB creation time 2015-10-27 16:48:31 +00:00
alexpeshkoff
139331c7e3 Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
plain new to FB_NEW, making allocated with it blocks tagged with file/line.
Make related code slightly better readable.
2015-10-12 14:26:00 +00:00
hvlad
252413eae7 All utilities call fb_shutdown on exit 2015-10-08 08:07:17 +00:00
asfernandes
2b000c400b Fixed CORE-4940 - Add label about deterministic flag for stored function in SHOW and extract commands. 2015-09-22 15:45:55 +00:00
asfernandes
edec43a589 Fixed CORE-2883 - isql needs to extract security for new elements with ACLs. 2015-09-21 16:46:05 +00:00
asfernandes
05d4cdaa06 Fixed CORE-2882 - isql needs to process new external routines. 2015-09-20 23:47:52 +00:00
asfernandes
4bdfdeeb2a Sub-task CORE-2881 - isql should show packaged procedures and functions categorized per package. 2015-09-16 16:11:37 +00:00
mapopa
41e2b51571 Cleanup code was used with WAL 2015-09-16 12:35:41 +00:00
alexpeshkoff
80daf8d8ed Rollback frontend transaction after getting login and role names 2015-09-04 10:53:02 +00:00
asfernandes
bf8a2b9c5b Fixed two problem when a expression is described with a collation (i.e., when the expression charset matches the connection charset):
- Broken display of charset name with SQLDA_DISPLAY
- Broken UTF-8 alignment
2015-08-11 15:46:24 +00:00
asfernandes
abde3b2cad Misc. 2015-08-02 15:51:01 +00:00
asfernandes
442388d4a8 Fixed CORE-4882 - ISQL input command (or -i option) reads large (> 64K) lines incorrectly. 2015-07-27 01:06:33 +00:00
asfernandes
8c767adb86 On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: Avoid use of monitoring tables in ISQL's frontend as suggested by Dmitry 2015-07-26 15:38:32 +00:00
asfernandes
0f430b459c On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: display in ISQL database, user and role as server sees them 2015-07-26 15:38:19 +00:00
asfernandes
c2cc9ed9fc On behalf of mapopa after sourceforge crash - MET_exact_name , DYN_terminate are no more 2015-07-26 15:37:00 +00:00
asfernandes
9d17b48cab On behalf of mapopa after sourceforge crash - IUTILS_blankterm2 replaced with fb_utils::exact_name (NOT_USED_OR_REPLACED) 2015-07-26 15:36:46 +00:00
dimitr
03e940c53e This should fix the SHOW SEQU output on 64-bit Linux. 2015-07-01 19:02:11 +00:00
robocop
b87075fe4a CORE-4817. 2015-06-18 22:30:53 +00:00
dimitr
466a19a4d0 Yet another fix for CORE-4839. 2015-06-14 11:35:35 +00:00
dimitr
3e9d5db107 This should fix CORE-4839: SHOW GRANTS does not display info about exceptions which were granted to user. 2015-06-14 08:32:31 +00:00
asfernandes
e9ccc80f8c Misc. 2015-06-13 19:00:28 +00:00
alexpeshkoff
8db437eebf Enhance metadata display - show charset only for fields where it makes sense 2015-06-10 13:10:11 +00:00
alexpeshkoff
8d645cd760 Fixed regression, caused by fix for CORE-4811 - error parsing pagesize=N without spaces 2015-06-10 12:27:20 +00:00
alexpeshkoff
6d9e9dc360 Make ISQL display character set when sqlda_display is on 2015-06-03 18:01:35 +00:00
alexpeshkoff
1b6632ac8b Fixed CORE-4811: Make user names behave according to SQL identifiers rules 2015-06-03 13:57:18 +00:00
dimitr
2a1ba62ee0 Fixed bad handling of zero-length segments coming from internally filtered blobs. In particular, this fixes ISQL crash in bugs.core_4380. 2015-05-05 12:40:18 +00:00
robocop
ed1e4b5b7d Misc. 2015-03-31 02:10:38 +00:00
alexpeshkoff
8ddc441ff3 Fixed CORE-4719: Message "Statement failed, SQLSTATE = 00000 + unknown ISC error 0" appears when issuing REVOKE ALL ON ALL FROM <existing_user> 2015-03-29 15:07:26 +00:00
alexpeshkoff
c4c9daf132 Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
egorpugin
11cbc139d8 [build] [cmake] Add some iOS ifdefs. Hide wrong include dir during crosscompiling. 2015-03-19 11:34:04 +00:00
robocop
939feab036 Misc. 2015-03-13 15:26:22 +00:00
alexpeshkoff
c586171957 Fixed BOF, cleanup misc 2015-03-11 13:37:48 +00:00
asfernandes
8d2d45a36b Fixed CORE-4706 - ISQL pads blob columns wrongly when the column alias has more than 17 characters. 2015-03-10 16:05:13 +00:00
asfernandes
47f64b0da4 Better constant names: avoid FB, enclosing class (double prefix) or wrong prefixes.
Left some TODOs in FirebirdInterface.idl and utilities/ntrace/TracePluginImpl.cpp related to trace.

(redo with fix for Windows build, and left another TODO comment in FirebirdInterface.idl)
2015-02-18 15:01:17 +00:00
asfernandes
c861f0cd54 Revert my last change after it broke the Windows build. 2015-02-17 23:21:25 +00:00
asfernandes
3c967bbe71 Better constant names: avoid FB, enclosing class (double prefix) or wrong prefixes.
Left some TODOs in FirebirdInterface.idl and utilities/ntrace/TracePluginImpl.cpp related to trace.
2015-02-17 14:56:59 +00:00
dimitr
6271ba0476 Removed debugging option. 2015-01-27 10:33:10 +00:00
dimitr
cc8cc680a3 Core (engine-level) support for scrollable DSQL cursors. Fixed the IResultSet API to match the JDBC spec. Renamed FB_EOF to FB_NO_DATA. Refactored some DSQL internals. 2015-01-27 10:29:30 +00:00
asfernandes
2a857cb415 Misc. 2015-01-15 01:17:27 +00:00