alexpeshkoff
d5afc7aaeb
Correction for improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0
2010-11-19 17:35:24 +00:00
alexpeshkoff
e05c1a825f
Moved some more .h-files to common from jrd as Vlad suggested
2010-10-13 10:39:52 +00:00
alexpeshkoff
2dc25a44bb
OSRI and new posix build
2010-10-12 08:02:57 +00:00
asfernandes
eb9eef9d77
Misc
2010-01-24 15:18:43 +00:00
alexpeshkoff
fa6607bd24
Fixed unregistered bug - invalid datetime2string conversion, reported by Claudio
2010-01-23 14:14:16 +00:00
asfernandes
a035a92ce2
Misc
2009-12-06 02:40:03 +00:00
asfernandes
7a78601ef2
1) Use metadata character set in DSQL cache
...
2) Make exceptions in metadata charset and convert them to the client charset - this should fix CORE-2431
3) Support for "internal" (engine) DSQL statements and use in COMMENT ON
2009-12-05 14:21:52 +00:00
asfernandes
9ec1c36a55
Cleanup
2009-11-28 19:39:23 +00:00
robocop
9af5ae7f8d
Style.
2009-11-23 05:24:29 +00:00
asfernandes
bcee7417c4
1) Misc; 2) Fix bad indenting
2009-11-04 00:20:56 +00:00
robocop
a8b74e0a3b
CORE-1712: Another B.O. bites the dust.
2009-11-03 10:00:57 +00:00
asfernandes
2c4ff818df
Misc
2009-09-17 15:55:18 +00:00
verbguy
d80913a37e
Fixed CORE-2315: Better definition of FLOAT_MAX. Tested on AIX.
2009-09-15 15:47:22 +00:00
asfernandes
9902dfc555
Fix problem verified by Claudio
2009-09-06 15:42:15 +00:00
asfernandes
11ecb659e4
Misc
2009-09-05 18:18:44 +00:00
asfernandes
c8a6620661
Fixed CORE-2615 - Silent truncation when using utf8 parameters and utf8 client character set encoding
2009-09-04 15:20:48 +00:00
robocop
285c473866
Style.
2009-08-19 13:01:42 +00:00
asfernandes
57248e5a2c
Warning
2009-07-16 15:08:38 +00:00
asfernandes
b6090862a0
1) Fix abort when converting dbkeys to strings with not capable lengths
...
2) Fix storage of malformed bytes when converting from dbkeys to non-octets strings
2009-07-15 20:18:03 +00:00
alexpeshkoff
73f5eb6fc3
Fixed conversion from dbkey to string - thanks to Adriano
2009-07-14 08:58:08 +00:00
asfernandes
adacf54d74
Misc
2009-07-14 01:18:17 +00:00
robocop
de4be11750
Misc.
2009-07-13 10:00:43 +00:00
alexpeshkoff
fe4aec8a12
Fixed CORE-2550: Bus error when working with DB_KEY on bigendian machines. Introduced dtype_dbkey inside engine.
2009-07-09 14:04:42 +00:00
asfernandes
2e2e50d96a
Warning
2009-06-25 15:13:48 +00:00
robocop
11272e5c79
Sign extension test.
2009-06-12 13:18:53 +00:00
alexpeshkoff
e5e97ae021
Avoid sign extension problems in CVT
2009-06-10 12:30:31 +00:00
robocop
c6106603df
Misc.
2009-06-05 10:24:39 +00:00
asfernandes
6e55b48e24
Misc
2009-05-28 01:53:38 +00:00
alexpeshkoff
46527f2084
MT safe floating point exceptions control. Raise error in case of FP overflow according to SQL standard requirements.
2009-05-27 07:57:06 +00:00
robocop
66b1227b22
Unused params, some formatting, cleanup.
2009-05-01 17:21:36 +00:00
alexpeshkoff
8c983fec26
Fixed alignment issues with on-stack vary strings
2009-04-29 14:00:32 +00:00
asfernandes
c986de33a2
Misc
2009-04-22 01:58:40 +00:00
robocop
6780b8c31e
Comments.
2009-04-17 14:10:11 +00:00
robocop
dea57e9099
Get rid of SCO.
2009-04-15 06:29:00 +00:00
alexpeshkoff
77498cac9b
Fixed some warnings
2009-04-03 10:49:07 +00:00
asfernandes
8bb635514e
Misc
2009-04-01 02:29:17 +00:00
asfernandes
c8c61879f7
Fixed CORE-2359 - Logical multibyte maximum string length is not respected when assigning numbers
2009-03-30 15:23:16 +00:00
robocop
7bc5e3cc83
Style.
2009-02-03 11:02:00 +00:00
dimitr
9414de1380
Fixed random errors while converting the string '0' into a numeric.
2009-01-20 14:56:05 +00:00
asfernandes
91a4550d23
Misc
2009-01-06 17:46:08 +00:00
robocop
fda9c3bc75
Style.
2009-01-05 08:22:58 +00:00
asfernandes
a177d28d60
Misc
2008-12-31 20:22:10 +00:00
robocop
d11c994960
Style.
2008-12-31 05:06:08 +00:00
asfernandes
8fbf0e8e8c
Remove trailing spaces (.cpp files)
2008-12-05 01:20:14 +00:00
alexpeshkoff
2200a681f8
fixed some gcc warning
2008-11-28 18:49:07 +00:00
asfernandes
244ac97e80
Misc
2008-07-21 02:20:41 +00:00
robocop
bb672a9470
Fix CORE-2001.
2008-07-18 08:58:30 +00:00
asfernandes
7f4f7b06d6
Misc
2008-07-16 01:39:12 +00:00
robocop
1492df2080
Minor cleanup after Alex' changes.
2008-07-12 08:06:19 +00:00
alexpeshkoff
7c8427bc35
Separated CVT functions to common and jrd parts.
...
This made possible to avoid ugly CVT_move export.
Cleanup of errors handling in CVT functions.
2008-07-10 15:57:33 +00:00