robocop
|
b7446d9c64
|
Misc.
|
2007-05-16 06:53:47 +00:00 |
|
asfernandes
|
1a427efe19
|
Changed UPDATE OR INSERT to check existence of records with IS NOT DISTINCT
|
2007-05-13 14:06:41 +00:00 |
|
asfernandes
|
bf895341ef
|
Fixed CORE-1256 - Table columns hide destination variables of RETURNING INTO, and others problems recent introduced
|
2007-05-13 01:37:54 +00:00 |
|
asfernandes
|
d27a1bdd51
|
Fixed CORE-1246 - Incorrect column values with outer joins and derived tables
|
2007-05-06 21:30:38 +00:00 |
|
asfernandes
|
20b25e8c61
|
Fixed ambiguity problem in NATURAL/USING join and derived tables
|
2007-05-06 16:45:49 +00:00 |
|
asfernandes
|
c08581d727
|
Fixed CORE-1244 - Server crash on select * from <recursive CTE>
|
2007-05-05 03:17:52 +00:00 |
|
robocop
|
52f1b15e0c
|
Misc.
|
2007-05-02 06:57:18 +00:00 |
|
asfernandes
|
c5cf6ea6b8
|
Implementation of CORE-1235: NATURAL JOIN and JOIN...USING
|
2007-04-29 19:04:26 +00:00 |
|
asfernandes
|
676b447138
|
Misc
|
2007-04-25 02:26:33 +00:00 |
|
asfernandes
|
b06deea4c6
|
CORE-1226: Allow RETURNING in INSERT...SELECT, UPDATE and DELETE
|
2007-04-24 15:22:05 +00:00 |
|
dimitr
|
4eed77897a
|
Done CORE-1213.
|
2007-04-18 17:29:00 +00:00 |
|
robocop
|
422d659fcb
|
Misc.
|
2007-04-15 11:25:23 +00:00 |
|
asfernandes
|
8c7076b67f
|
Port of Yaffil builtin functions
|
2007-04-12 15:56:34 +00:00 |
|
alexpeshkoff
|
f0d465bf34
|
Fixed gcc warnings, general (un)signed usage cleanup
|
2007-04-11 09:28:50 +00:00 |
|
alexpeshkoff
|
6e735f7c53
|
Misc + gcc warning hunting
|
2007-04-09 16:15:29 +00:00 |
|
robocop
|
f7817e5baa
|
Totally misc.
|
2007-03-31 06:50:01 +00:00 |
|
dimitr
|
cfd18fdedd
|
Fixed CORE-1183.
|
2007-03-28 09:47:55 +00:00 |
|
dimitr
|
27e2ee9be7
|
Small improvement partially related to CORE-1181. It allows to keep the field name if the cast source is an aggregated column.
|
2007-03-28 09:27:54 +00:00 |
|
dimitr
|
a32435b66d
|
Fixed CORE-1175.
|
2007-03-22 12:53:58 +00:00 |
|
robocop
|
194c5ec36a
|
Misc (some spaces mixed with tabs).
|
2007-03-11 03:13:18 +00:00 |
|
asfernandes
|
6fef59af74
|
Fixed CORE-1156 - Prepare fails when having a parameter in a DSQL statement before a sub query
|
2007-03-06 15:54:34 +00:00 |
|
asfernandes
|
179eb4f012
|
No need to generated a outer join if WHEN NOT MATCHED is not present in MERGE
|
2007-01-26 10:16:31 +00:00 |
|
asfernandes
|
5e818bd4a9
|
Rename REPLACE to UPDATE OR INSERT
|
2006-11-26 15:40:10 +00:00 |
|
robocop
|
7f2b0cd25d
|
Fix typos in recent messages.
|
2006-11-10 08:10:56 +00:00 |
|
hvlad
|
05b028628f
|
Replace few hardcoded error messages by new error codes
|
2006-11-05 10:54:46 +00:00 |
|
asfernandes
|
4197a8be70
|
Fixed a bug when the connection charset is multibyte, appeared after recent changes to CsConvert class.
|
2006-11-02 22:37:19 +00:00 |
|
dimitr
|
651607f5a9
|
Done CORE-863.
|
2006-10-24 16:45:43 +00:00 |
|
asfernandes
|
e57edcaa5c
|
Misc
|
2006-10-20 18:49:23 +00:00 |
|
robocop
|
1b9068c0bf
|
Disable the duplicate field check for sort.
(But keep the check for max items at 255.)
|
2006-10-19 05:12:28 +00:00 |
|
robocop
|
a270d9c440
|
Put into the msg file several hardcoded messages marked by Arno to be localized.
|
2006-10-17 06:03:21 +00:00 |
|
asfernandes
|
6f9092fe35
|
Misc
|
2006-10-08 01:57:21 +00:00 |
|
robocop
|
2b27f56428
|
- Give meaningful message when reaching max group items (255), reported by David Schnepper.
- Misc: more mnemonics for nodes' argument positions.
- Experimental: try to detect conflicting sort options on the same field.
|
2006-10-07 09:40:59 +00:00 |
|
robocop
|
e0badaed04
|
Solve problem reported by Bill Oliver in fb-devel: we should complain when someone tries to sort on more than 255 items.
|
2006-09-30 09:10:28 +00:00 |
|
asfernandes
|
f2e24565f0
|
Allow only one of WHEN MATCHED and WHEN NOT MATCHED in MERGE as the SQL spec
|
2006-09-17 01:41:24 +00:00 |
|
asfernandes
|
9b5ae679c3
|
Fixed problem with REPLACE and WHEN blocks
|
2006-09-16 15:53:51 +00:00 |
|
asfernandes
|
bafe7ee53c
|
Misc
|
2006-09-15 01:54:50 +00:00 |
|
asfernandes
|
19c8da717c
|
Be more simple as suggested by Claudio
|
2006-09-14 11:44:11 +00:00 |
|
asfernandes
|
a40b7b8ae5
|
MERGE statement
|
2006-09-14 02:05:32 +00:00 |
|
asfernandes
|
f47711602e
|
Fix the problem with CAST and parameters reported by Maycon Ferraça in fb-devel
|
2006-09-13 12:59:53 +00:00 |
|
dimitr
|
daa96c44e9
|
Fixed GCC-based builds.
|
2006-09-07 11:46:43 +00:00 |
|
asfernandes
|
9d4e6c7199
|
Misc
|
2006-09-06 02:43:37 +00:00 |
|
robocop
|
c9e311f45d
|
Misc.
|
2006-09-05 08:17:26 +00:00 |
|
asfernandes
|
55ec30965d
|
REPLACE statement
|
2006-09-03 01:09:23 +00:00 |
|
aafemt
|
c662ea7d9e
|
Warnings
|
2006-08-17 12:08:49 +00:00 |
|
robocop
|
471d052e82
|
Misc.
|
2006-08-13 06:46:16 +00:00 |
|
asfernandes
|
e538061c38
|
Implementation of CREATE/DROP COLLATION and ISQL show/extraction of collations
|
2006-08-07 16:39:21 +00:00 |
|
asfernandes
|
df38d56bb5
|
Misc
|
2006-08-06 18:03:22 +00:00 |
|
hvlad
|
7d1693ae39
|
Corrected logic of removing recursive members from joins in recursive CTE
|
2006-08-05 21:56:04 +00:00 |
|
dimitr
|
3231829cf8
|
Ported fix for CORE-855 to HEAD.
|
2006-08-04 04:32:27 +00:00 |
|
asfernandes
|
9fc1ccbba5
|
Misc
|
2006-08-02 01:22:11 +00:00 |
|