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

38990 Commits

Author SHA1 Message Date
robocop
6292032d72 Comments and style. 2009-04-19 10:06:07 +00:00
robocop
a9da853c96 increment build number 2009-04-19 10:05:23 +00:00
robocop
27a76e87f2 Comments and warning. 2009-04-19 10:05:22 +00:00
robocop
f84195dfab increment build number 2009-04-19 10:05:03 +00:00
asfernandes
61affe3ecb increment build number 2009-04-18 22:20:21 +00:00
asfernandes
502f0f9167 Fixed CORE-2361 - String truncation reading 8859-1 Spanish column using isc_dsql_fetch with UTF-8 connection
Sub-task CORE-2435 - Recreate DataTypeUtilBase::makeFromList

Documentation for datatype deduction for lists (makeFromList):

The output type is figured out as based on this order:
1) If any datatype is blob, returns blob;
2) If any datatype is a) varying or b) any text and another datatype, returns varying;
3) If any datatype is text or cstring, returns text;
4) If any datatype is approximate numeric then each datatype in the list shall be numeric (
   otherwise an error is thrown), returns approximate numeric;
5) If any datatype is a date/time/timestamp then each datatype in the list shall be the same
   date/time/timestamp (otherwise an error is thrown), returns a date/time/timestamp.

If a blob is returned, and there is a binary blob in the list, a binary blob is returned.

If a blob/text is returned, the returned charset is figured out as based on this order:
1) If there is a OCTETS blob/string, returns OCTETS;
2) If there is a non-(NONE/ASCII) blob/string, returns it charset;
3) If there is a ASCII blob/string, a numeric or a date/time/timestamp, returns ASCII;
4) Otherwise, returns NONE.
2009-04-18 22:20:20 +00:00
fsg
f0189d66d8 increment build number 2009-04-18 18:38:28 +00:00
fsg
962a5dc2d3 nightly update 2009-04-18 18:38:26 +00:00
robocop
234c090cef increment build number 2009-04-18 14:13:27 +00:00
robocop
74537636b9 Comments. 2009-04-18 14:13:26 +00:00
robocop
cb80d0cd63 increment build number 2009-04-18 09:58:32 +00:00
robocop
754b185c10 Comments. 2009-04-18 09:58:31 +00:00
fsg
a7003ffb29 increment build number 2009-04-17 18:42:10 +00:00
fsg
473569baae increment build number 2009-04-17 18:41:19 +00:00
fsg
0e9e900b8b nightly update 2009-04-17 18:41:17 +00:00
alexpeshkoff
f01074fadb increment build number 2009-04-17 15:00:50 +00:00
robocop
da8ca30475 increment build number 2009-04-17 14:37:31 +00:00
robocop
38891c5f14 Fix the Windows build by brute force after Alex's changes. 2009-04-17 14:37:30 +00:00
robocop
e8df1f1b26 increment build number 2009-04-17 14:34:05 +00:00
robocop
042523ced0 Comments. 2009-04-17 14:34:03 +00:00
robocop
e199a3291c increment build number 2009-04-17 14:10:58 +00:00
robocop
24a971be7e increment build number 2009-04-17 14:10:57 +00:00
robocop
c815d1f012 Misc. 2009-04-17 14:10:56 +00:00
robocop
7ed5eb2122 increment build number 2009-04-17 14:10:13 +00:00
robocop
3c7e97d312 increment build number 2009-04-17 14:10:12 +00:00
robocop
6780b8c31e Comments. 2009-04-17 14:10:11 +00:00
robocop
12d548e52f increment build number 2009-04-17 14:10:10 +00:00
robocop
f782850d65 increment build number 2009-04-17 14:10:09 +00:00
robocop
b66b89f940 increment build number 2009-04-17 14:10:08 +00:00
robocop
9d50e17c35 increment build number 2009-04-17 14:10:06 +00:00
alexpeshkoff
4e5e987353 increment build number 2009-04-17 13:36:37 +00:00
alexpeshkoff
bca0480ddc increment build number 2009-04-17 13:36:36 +00:00
alexpeshkoff
ac43d2a621 increment build number 2009-04-17 13:36:35 +00:00
alexpeshkoff
cd54e5533e Fixed CORE-2437: Buffer overflow on client when delivering events. 2009-04-17 13:36:34 +00:00
alexpeshkoff
1b1ed921c3 increment build number 2009-04-17 13:36:33 +00:00
alexpeshkoff
cf5870b9e3 increment build number 2009-04-17 13:36:32 +00:00
alexpeshkoff
ac4bd5ea56 increment build number 2009-04-17 13:36:31 +00:00
alexpeshkoff
3ea6edc066 increment build number 2009-04-17 11:22:33 +00:00
alexpeshkoff
814a806b6a increment build number 2009-04-17 11:22:32 +00:00
alexpeshkoff
4ee99ff984 Make port wait for event thread shutdown on disconnect 2009-04-17 11:22:31 +00:00
alexpeshkoff
1bd136a9d8 increment build number 2009-04-17 11:05:50 +00:00
alexpeshkoff
e7d2d1da2f Avoid unneeded TLS operation when thread finishes 2009-04-17 11:05:48 +00:00
paulbeach
9db45556a3 increment build number 2009-04-17 10:21:06 +00:00
paulbeach
b2a9094af1 Problem with weak symbols and Apple's version of GCC 4.0.1 on PPC 2009-04-17 10:21:03 +00:00
paulbeach
fec3908fba increment build number 2009-04-17 09:51:49 +00:00
asfernandes
9e203bbba8 increment build number 2009-04-17 02:30:49 +00:00
asfernandes
0a22fef7d7 Fixed CORE-2434 - CREATE USER command: Invalid error message 2009-04-17 02:30:46 +00:00
fsg
857b823bf9 increment build number 2009-04-16 18:38:37 +00:00
fsg
23aba0c3ad nightly update 2009-04-16 18:38:36 +00:00
alexpeshkoff
bca30feefb increment build number 2009-04-16 11:54:20 +00:00