robocop
f7957e6910
Totally misc.
2009-11-16 09:03:49 +00:00
robocop
1386adcf90
Style.
2009-11-16 08:06:31 +00:00
dimitr
a737954583
Wipe out the SCROLLABLE_CURSORS code + minor cleanup.
2009-10-31 06:28:40 +00:00
asfernandes
5dda9c1677
Misc
2009-06-27 03:03:56 +00:00
robocop
8fbcd85a30
Style.
2009-06-25 10:44:37 +00:00
robocop
66b1227b22
Unused params, some formatting, cleanup.
2009-05-01 17:21:36 +00:00
robocop
888000e21e
Unused function params.
2009-04-26 10:24:44 +00:00
asfernandes
7be7979f3f
Misc
2009-04-25 20:36:07 +00:00
robocop
2d0df4d40e
Cleanup:
...
- get rrid of IB3 support,
- commnent unused enumeration members,
- delete unused function params
2009-04-24 15:26:46 +00:00
robocop
2efbb1a8c2
Style, comments, constness and some unused vars and keywords.
2009-04-22 11:44:39 +00:00
robocop
4ed4735e2c
Style: getting rid of more typedef's.
2009-01-18 11:37:32 +00:00
robocop
77bd687168
Style.
2009-01-14 08:22:32 +00:00
robocop
4c021ec559
Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Seventh pass.
2009-01-02 06:34:31 +00:00
asfernandes
a177d28d60
Misc
2008-12-31 20:22:10 +00:00
robocop
a1d52589d2
Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Sixth pass.
2008-12-31 09:35:52 +00:00
robocop
8e55a2aced
Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Fifth pass.
2008-12-29 10:26:36 +00:00
asfernandes
dff4d4fa99
Misc
2008-12-27 18:15:50 +00:00
robocop
b9cff24278
Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Fourth pass.
2008-12-27 10:04:31 +00:00
robocop
ed64fc2f45
Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Third pass, boolean and languages cleanup.
2008-12-27 08:38:09 +00:00
robocop
3b001e7886
Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Second pass.
2008-12-27 07:00:40 +00:00
robocop
1214fcdbd8
Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. First pass.
2008-12-25 07:46:53 +00:00
asfernandes
8fbf0e8e8c
Remove trailing spaces (.cpp files)
2008-12-05 01:20:14 +00:00
robocop
b8ea332022
Misc.
2008-06-05 11:02:42 +00:00
robocop
07c087094d
Mostly remove useless parentheses.
2008-06-03 06:14:59 +00:00
sboyd
8bfcc680c6
Fixes to allow embedded SQL to work properly in RM/Cobol programs which use the CANCEL verb. This entailed:
...
- added RELEASE_REQUESTS FOR <dbname> as an embedded SQL command as well as QLI
- changed the RM/Cobol code generator to use isc_compile_request rather than isc_compile_request2
- changed the RM/Cobol code generator to use isc_dsql_allocate_statement rather than isc_dsql_alloc_statement2
As a result of this change RM/Cobol programs will have clean up their handles by issuing a RELEASE_REQUESTS call before exiting a subprogram using the EXIT PROGRAM verb.
2008-05-29 19:20:57 +00:00
alexpeshkoff
773ed9d5af
Fixed AV
2008-03-24 14:40:12 +00:00
robocop
2b33eae4d1
Minimize casts.
2008-03-10 08:31:35 +00:00
dimitr
17e5267603
The merge continued.
2008-01-16 07:15:01 +00:00
alexpeshkoff
f0d465bf34
Fixed gcc warnings, general (un)signed usage cleanup
2007-04-11 09:28:50 +00:00
robocop
409ff041dd
Misc and replaced "IB" by "FB" where it made sense to me.
2007-02-11 09:04:54 +00:00
robocop
f40512506b
Commit source changes by Stephen Boyd to support RM Cobol.
2006-11-10 07:50:13 +00:00
robocop
1b420b2e9b
Fix SF Bug #1103740
...
Both quoted and non-quoted cursors should be checked for duplication.
Now, duplicate quoted identifiers used for cursors will get something like:
(E) gpretest.e:29: symbol a_nice_long_long_long_cusor_name_for_customer is alrea
dy in use
2005-01-17 08:55:03 +00:00
robocop
a696b411c2
Fix SF Bug #1103683 for gpre.
...
Now, database aliases can't be longer than 31 bytes. Example:
EXEC SQL
SET DATABASE "DB0" = COMPILETIME "G:\\DB\\Firebird\\examples\\EMPLOYEE.GDB"
Here DB0 can be longer provided that it doesn't go beyond 31 bytes. As pointed out by Paul Beach, it makes little sense to have a reference that's longer than the physical path of the db.
2005-01-17 06:48:18 +00:00
robocop
04f8bb10c8
Fix error message.
2005-01-17 05:41:08 +00:00
robocop
f05c19c9b8
Fix more inconsistencies in gpre related to SF Bug #1103666 , supposedly caused by the starfishes.
2005-01-17 05:39:13 +00:00
robocop
6a2ecc3fd3
Fix more inconsistencies in gpre related to SF Bug #1103666 .
...
The others were fixed as part of fixing SF Bug #504978 about truncation of variables.
2005-01-17 05:31:12 +00:00
robocop
0d4bd2e497
Fix SF Bug #504978 . Restore gpre ability to work with variables up to 63 bytes in length. Now that the lengths are expressed by constants instead of random values in each place, the limit may be increased further. The problem happened between IB5 and IB6 at Borland.
2005-01-17 05:02:09 +00:00
robocop
165e4a186d
Fixing more inconsistencies.
2005-01-07 04:00:19 +00:00
dimitr
c990ed78e4
Fixed the build.
2005-01-04 10:53:44 +00:00
robocop
ef602283bf
More constants.
2005-01-04 05:19:37 +00:00
robocop
7be3904ce4
Bring some order to the gpre insanity that was using custom, disparate lengths for variables that should have the same length.
2005-01-03 08:07:41 +00:00
robocop
365de0fa48
Misc.
2004-12-16 03:10:20 +00:00
robocop
2814294027
Misc.
2004-12-16 03:03:13 +00:00
robocop
628b088d2c
Treat string literals and string constants with more respect.
2004-11-10 04:26:45 +00:00
robocop
f264ecf391
Be more respectful of literal strings.
2004-10-30 05:30:08 +00:00
robocop
c70d7875c6
Finally got to solve my own indication in the code from months ago
2004-09-22 08:52:47 +00:00
robocop
738be5fe40
Style: opening braces too far to the right
2004-06-03 07:42:31 +00:00
robocop
a65ccddbd4
Misc changes:
...
- const
- variables in scope
- style
- a duplicate function deleted
- some unneeded casts removed
2004-06-03 07:31:10 +00:00
brodsom
57f6bc46d5
-Join gpre globals in one struct (and remove some macros) and put not globals in the corresponding source.
...
-Use C++ struct declaration style.
2004-05-24 17:13:38 +00:00
brodsom
1ffe279896
-Avoid shadow warning
2004-05-12 19:39:17 +00:00