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

15 Commits

Author SHA1 Message Date
sboyd
637a575b38 Fixed bugs introduced by addition of 64 bit column support. 2009-08-06 11:21:49 +00:00
asfernandes
fea56bf058 Misc 2009-08-06 01:06:05 +00:00
sboyd
a3e3fdc8e7 Added support for 64-bit integers to RM/Cobol code generator and run time. 2009-08-05 15:32:22 +00:00
robocop
8fbcd85a30 Style. 2009-06-25 10:44:37 +00:00
robocop
2efbb1a8c2 Style, comments, constness and some unused vars and keywords. 2009-04-22 11:44:39 +00:00
robocop
77bd687168 Style. 2009-01-14 08:22:32 +00:00
robocop
fda9c3bc75 Style. 2009-01-05 08:22:58 +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
asfernandes
8fbf0e8e8c Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
sboyd
c05536e155 Added an entry point for isc_dsql_allocate_statement 2008-05-29 19:10:17 +00:00
dimitr
17e5267603 The merge continued. 2008-01-16 07:15:01 +00:00
robocop
64bfb9e026 Commit fix from Stephen Boyd for his RMCOBOL interface library. 2007-08-29 10:02:42 +00:00
asfernandes
613faffafb Misc 2007-08-02 02:00:37 +00:00
robocop
669b9c550a Commit GPRE enhancements on behalf of Stephen Boyd.
This batch of changes includes:
- Support for FIRST/SKIP clauses
- Support for CURRENT_CONNECTION, CURRENT_ROLE, CURRENT_TRANSACTION and CURRENT_USER context variables
- Changed the BLR generated for RM/Cobol programs to use blr_cstring
rather than blr_text so that CHAR and VARCHAR fields are not written
as "fixed length" fields from Cobol programs.  Incoming CHAR and
VARCHAR fields are right filled with spaces inbound to the Cobol
program and stripped of trailing spaces outbound.
2007-07-29 07:30:42 +00:00
robocop
3b1a4a0dbe Commit source changes by Stephen Boyd to support RM Cobol.
COBOL support (rmc) and additional interface library (fbrmclib).
2006-11-10 07:52:52 +00:00