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

12934 Commits

Author SHA1 Message Date
robocop
b12c1b705b Use the vary struct as the engine does to know the length of a varchar
Style
2004-05-31 02:37:32 +00:00
robocop
a8b6b66c7d increment build number 2004-05-31 02:36:01 +00:00
robocop
9279c187a6 increment build number 2004-05-31 02:36:00 +00:00
robocop
3c56e6acfb Function ADD should not mangle date inputs 2004-05-31 02:35:58 +00:00
robocop
f8f159dc9e Changing some variables that have a trailing underscore to allow conflict with C++ keywords or engine structs. 2004-05-31 02:34:35 +00:00
robocop
069f094f76 increment build number 2004-05-31 02:34:34 +00:00
robocop
910f691522 increment build number 2004-05-31 02:34:26 +00:00
fsg
436ee892d6 increment build number 2004-05-29 15:02:26 +00:00
fsg
fbdcdb2a54 nightly update 2004-05-29 15:02:19 +00:00
brodsom
f57a0e6520 increment build number 2004-05-29 13:34:57 +00:00
brodsom
9affafec6b Finishing the api cleanup 2004-05-29 13:34:54 +00:00
brodsom
6364d46577 increment build number 2004-05-29 13:34:22 +00:00
brodsom
19c26202d5 increment build number 2004-05-29 13:34:01 +00:00
brodsom
dedc630a6c increment build number 2004-05-29 13:34:00 +00:00
brodsom
64dbe818c8 increment build number 2004-05-29 13:33:15 +00:00
robocop
db203e99f5 increment build number 2004-05-29 05:07:34 +00:00
robocop
56de0b40f3 increment build number 2004-05-29 05:07:33 +00:00
robocop
79066ce156 1.- Const correctness
2.- Style
3.- Ancient coding error: two places with
if (symbol->sym_type = SYM_database)
where indeed
if (symbol->sym_type == SYM_database)
but I don't know if somebody has experienced the bug.
2004-05-29 05:07:29 +00:00
robocop
8608abbbc3 increment build number 2004-05-29 05:03:12 +00:00
robocop
9cda37f9b2 const correctness 2004-05-29 05:03:08 +00:00
robocop
a56034467c increment build number 2004-05-29 05:01:35 +00:00
robocop
7faa15c843 increment build number 2004-05-29 04:59:04 +00:00
robocop
609ce1c1b1 Const correctness: we no longer need this disguised const_cast because
the function accepts a const string.
2004-05-29 04:58:56 +00:00
robocop
79b8e1be0a increment build number 2004-05-29 04:57:59 +00:00
robocop
d46dbe27c9 increment build number 2004-05-29 04:57:58 +00:00
robocop
338461d030 Style: separate functions by at least one line 2004-05-29 04:57:55 +00:00
robocop
5b3c22b16f increment build number 2004-05-29 04:57:19 +00:00
robocop
cc252031e1 increment build number 2004-05-29 04:57:18 +00:00
robocop
bcacfd2405 Totally misc fix (comment) 2004-05-29 04:57:16 +00:00
robocop
ef7ca18680 increment build number 2004-05-29 04:55:25 +00:00
robocop
7b51928503 Style 2004-05-29 04:55:23 +00:00
robocop
3c8c4b1994 increment build number 2004-05-29 04:54:24 +00:00
robocop
6bd3865ffd Cleanup 2004-05-29 04:54:20 +00:00
robocop
ec5a31795c increment build number 2004-05-29 04:52:03 +00:00
robocop
ea267eb700 increment build number 2004-05-29 04:50:50 +00:00
robocop
d370a777c3 increment build number 2004-05-29 04:48:45 +00:00
robocop
8bc0fd122a increment build number 2004-05-29 04:48:44 +00:00
robocop
16d3278eb8 Fix class/struct mismatch after Blas' cleanup 2004-05-29 04:48:42 +00:00
robocop
730ae78b8f increment build number 2004-05-29 04:47:25 +00:00
robocop
0bd1d498e6 increment build number 2004-05-29 04:36:12 +00:00
robocop
5b282ef4b5 Misc: keep comment in sync with code 2004-05-29 04:36:09 +00:00
robocop
0a23bc7dad increment build number 2004-05-29 04:34:36 +00:00
robocop
1426fd894b We use DIRECTORY_FILENAME_H for protecting headers 2004-05-29 04:34:31 +00:00
brodsom
532893b405 increment build number 2004-05-28 01:43:13 +00:00
brodsom
9df69e0edd Replace with more specific (and clear) cast 2004-05-28 01:43:10 +00:00
brodsom
83c8f3c315 increment build number 2004-05-28 01:32:56 +00:00
brodsom
4630d81acc Replace with more specific (and clear) cast 2004-05-28 01:32:54 +00:00
brodsom
b9459bf128 increment build number 2004-05-28 01:31:31 +00:00
brodsom
7410583d89 increment build number 2004-05-28 01:31:30 +00:00
brodsom
2f425888c2 Removing unused dba_full (After Ann advice) 2004-05-28 01:31:27 +00:00