Adriano dos Santos Fernandes
cb69325f5a
Fixed CORE-6040 - Metadata script extracted using ISQL is invalid/incorrect when table has COMPUTED BY field.
2019-04-12 12:21:39 -03:00
hvlad
b248e09ae4
Fixed bug CORE-5870 : ISQL's "show database" command works wrong with 64-bit numbers
2018-07-10 19:50:34 +03:00
AlexPeshkoff
a04ef3d73b
Backported AutoPtr<> enhancements from HEAD
2018-05-22 17:37:44 +03:00
Dmitry Yemanov
6befa50a2a
Fixed ISQL after changes in gds__vax_integer(). If we insist on passing unsigned integers, then don't allow implicit sign extension
2018-02-05 19:41:00 +03:00
AlexPeshkoff
72a43c23da
Backported CORE-5737: Invalid parameters of gds transaction in ISQL
2018-02-02 13:51:34 +03:00
Adriano dos Santos Fernandes
830372f0b9
Another try to fix CORE-5570 - Negative infinity (double) shown incorrectly without sign in isql - without breaking MSVC build.
2017-07-24 15:17:00 +00:00
Adriano dos Santos Fernandes
1b670aeeca
Revert "Fixed CORE-5570 - Negative infinity (double) shown incorrectly without sign in isql." - not compiling in MSVC.
...
This reverts commit 63080abc1e
.
2017-07-21 19:29:06 +00:00
Adriano dos Santos Fernandes
63080abc1e
Fixed CORE-5570 - Negative infinity (double) shown incorrectly without sign in isql.
2017-07-18 18:25:17 +00:00
Adriano dos Santos Fernandes
23a9a5dbb3
Fixed CORE-5569 - ISQL incorrectly pads UNICODE_FSS/UTF8 columns when they use a collation.
2017-06-17 23:07:57 -03:00
Paul Reeves
c8c7c3a44d
Small change to allow isql to pipe output
2017-03-29 16:32:02 +02:00
40f782ae3e
Backported fix for CORE-5452: Segfault when engine's dynamic library is unloaded right after closing worker threads (GC and/or cache writer)
2017-01-13 14:29:54 +03:00
Adriano dos Santos Fernandes
d1fe9675c0
Fixed CORE-5390 - ISQL crashes corrupting memory when statement length is greater than 10 MB.
2016-11-03 13:36:00 -02:00
Adriano dos Santos Fernandes
aaeff69d91
Allow to use the BULK_INSERT hack with others commands.
2016-07-13 15:52:17 -03:00
0828aff71e
Backported fix for CORE-5278: A number of SPB parameters fail in FB 3 & 4
2016-06-15 19:17:57 +03:00
Adriano dos Santos Fernandes
4958d2cf91
Postfix for CORE-5220.
2016-04-29 13:38:39 -03:00
Adriano dos Santos Fernandes
c2c322a576
Fixed CORE-5220 - ISQL -X: double quotes are missed for COLLATE <C> of CREATE DOMAIN statement when <C> is from any non-ascii charset.
2016-04-29 13:31:54 -03:00
Dmitry Yemanov
2d7261c430
Fix CORE-5217 and CORE-5218 with one shot.
2016-04-28 20:27:43 +03:00
Dmitry Yemanov
86698770b4
Bugfix CORE-5207: ISQL -X may generate invalid GRANT USAGE statements
...
for domains.
2016-04-24 09:30:39 +03:00
Adriano dos Santos Fernandes
53de05b69b
Fixed CORE-5194 - Invalid computed by definition generated by isql -x.
2016-04-12 14:14:45 -03:00
Dmitry Yemanov
a25d98a166
Fix ISQL extraction of generators on 64-bit Linux.
2016-04-08 14:31:51 +03:00
hvlad
1abb10f36d
Please MSVC14:
...
-add space before XXXFORMAT macros to not confuse it with user-defined literals
-use existing snprintf
This should fix part of the issues at CORE-5099 and CORE-5120
2016-03-17 23:55:20 +02:00
asfernandes
4bbcd14a8c
Fixed the problem I inserted in a review.
2016-02-17 01:36:29 +00:00
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