robocop
|
e5a0c430aa
|
Misc.
|
2010-01-29 11:07:42 +00:00 |
|
asfernandes
|
465ec12478
|
Misc
|
2010-01-29 01:16:34 +00:00 |
|
asfernandes
|
81c3826fd1
|
Misc
|
2010-01-28 17:22:37 +00:00 |
|
asfernandes
|
8a0c6c9ea9
|
Simplify DSQL removing a lot of copy-and-paste and recursion that change some parameters some times.
Some assertion errors may have been introduced. It would be easy to revert them.
|
2010-01-28 15:18:11 +00:00 |
|
robocop
|
446097fe8e
|
Be explicit, change "qualifier" to "package" in QualifiedName (needed anyway if/when schemas are added).
|
2010-01-27 04:32:27 +00:00 |
|
asfernandes
|
16f77c21a2
|
Cleanup
|
2010-01-27 02:20:19 +00:00 |
|
robocop
|
1d87d749f0
|
Misc.
|
2010-01-26 08:20:27 +00:00 |
|
asfernandes
|
b68658534f
|
Feature CORE-2823 - Support the ORDER BY subclause for current aggregate functions (except LIST)
|
2010-01-23 03:02:53 +00:00 |
|
asfernandes
|
cf4e283f7d
|
Separate aggregate/union maps from window maps
|
2010-01-21 18:33:18 +00:00 |
|
asfernandes
|
2faab16698
|
Misc
|
2010-01-21 02:51:32 +00:00 |
|
dimitr
|
ebf7907918
|
Misc.
|
2010-01-20 07:34:31 +00:00 |
|
asfernandes
|
9eadb6c355
|
Move the code to below thanks to Dmitry review.
This allow us to save a context number.
|
2010-01-19 18:26:28 +00:00 |
|
asfernandes
|
57b443e2d1
|
Complement Dmitry fix
|
2010-01-19 17:52:39 +00:00 |
|
dimitr
|
d58907258a
|
Bugfix. There may be aggregations without maps.
|
2010-01-19 17:18:13 +00:00 |
|
dimitr
|
aa7e2eb6ec
|
This trivial change allows to print the single stream pseudo-unions properly (while still reporting crappy output for real multi-stream unions).
|
2010-01-19 12:43:26 +00:00 |
|
dimitr
|
90beb3cb8c
|
Hopefully, this change resolves CORE-2812: Prohibit any improper mixture of explicit and implicit joins.
A wider testing would be much appreciated.
|
2010-01-19 09:31:43 +00:00 |
|
dimitr
|
d35f6e316b
|
1) Simplify the explicit plan handling between the parser and the engine. It makes no sense to pass the join type as it's ignored internally.
2) Support hash joins in the plan output and in the parser. For the latter, it's just the syntax sugar, same as loop vs merge join (see above).
|
2010-01-19 09:25:29 +00:00 |
|
asfernandes
|
7fbee2c76b
|
Feature OVER (PARTITION BY ...) clause for window functions
|
2010-01-18 21:37:47 +00:00 |
|
robocop
|
50f1ad96e2
|
Misc.
|
2010-01-15 04:57:57 +00:00 |
|
asfernandes
|
e0ce09805a
|
Remove the not agreed feature. Bad, bad...
|
2010-01-15 03:00:15 +00:00 |
|
asfernandes
|
9c1bab1793
|
Feature CORE-1385 Identity columns - in its basic form
|
2010-01-13 19:14:15 +00:00 |
|
asfernandes
|
7c47718d68
|
Move DYN constants to private header
|
2010-01-10 17:56:57 +00:00 |
|
asfernandes
|
cdb6af0ba8
|
Misc
|
2010-01-10 17:35:11 +00:00 |
|
asfernandes
|
c3f9ef27e8
|
Refactor CREATE GENERATOR/SEQUENCE
|
2010-01-10 17:32:40 +00:00 |
|
asfernandes
|
37624273b6
|
Throw trigger creation exceptions like in previous versions
|
2010-01-10 16:39:56 +00:00 |
|
asfernandes
|
72fab0e317
|
Update way to deliver parameterized exceptions so the client doesn't need special handling
|
2010-01-08 14:13:12 +00:00 |
|
asfernandes
|
be859980ea
|
Feature CORE-832 - Parameterized exceptions
|
2010-01-07 00:16:50 +00:00 |
|
asfernandes
|
e4d9593ef1
|
Misc
|
2010-01-06 22:38:20 +00:00 |
|
asfernandes
|
63f481da40
|
1) Refactor the EXCEPTION statement
2) Cleanup DSQL nod_abort
|
2010-01-05 17:32:42 +00:00 |
|
robocop
|
22fbdae26a
|
Commenting unused sym_type values.
|
2010-01-05 04:10:25 +00:00 |
|
dimitr
|
67a26916d9
|
Simplified the code a bit more (removed the redundant processing).
|
2010-01-04 07:54:26 +00:00 |
|
asfernandes
|
a2359fc3f2
|
Support for new types and support for getters in ResultSet
|
2010-01-03 20:56:39 +00:00 |
|
dimitr
|
778ea0d9bf
|
Small refactoring (code simplification).
|
2010-01-03 10:33:22 +00:00 |
|
asfernandes
|
7ff112a901
|
Some syntactic sugar
|
2010-01-03 00:19:14 +00:00 |
|
robocop
|
a2f34c1dbc
|
Put more strings into the msg db.
|
2010-01-02 09:42:09 +00:00 |
|
asfernandes
|
e13a0e3865
|
Misc
|
2010-01-01 20:23:52 +00:00 |
|
asfernandes
|
f7e2c38f14
|
1) Write the function return type as domain, like the parameters. 2) Fix storeGlobalField to always store RDB.
|
2009-12-31 14:58:12 +00:00 |
|
asfernandes
|
1cb7ba068e
|
Try to collect function signatures like procedures. Not good yet.
|
2009-12-30 14:50:18 +00:00 |
|
asfernandes
|
0057047932
|
Misc
|
2009-12-30 00:50:39 +00:00 |
|
asfernandes
|
29df794a24
|
Fixes and completions for packages
|
2009-12-29 15:27:58 +00:00 |
|
asfernandes
|
e8cc188227
|
Store the view context type when it doesn't came from backup and simplify the code. Still problems altering procedures used in views.
|
2009-12-28 15:31:09 +00:00 |
|
dimitr
|
00bc7b9025
|
Cleanup the deprecated configuration stuff.
|
2009-12-28 13:27:10 +00:00 |
|
asfernandes
|
ab25c33244
|
Make packaged functions work
|
2009-12-28 01:06:40 +00:00 |
|
asfernandes
|
631ed08aea
|
Misc
|
2009-12-27 16:49:46 +00:00 |
|
asfernandes
|
4750f6415e
|
Fix another problem in cursor handling changes
|
2009-12-27 16:49:23 +00:00 |
|
asfernandes
|
b2fe37a833
|
Transform two GDML STORE statements that run on database creation time to DSQL statements and preload DSQL cache objects to make that possible
|
2009-12-26 22:06:24 +00:00 |
|
asfernandes
|
95e5fd5873
|
Fix problem of mixing dbkey and record version on the same internal parameter
|
2009-12-26 02:21:56 +00:00 |
|
asfernandes
|
534b8c020e
|
Misc
|
2009-12-25 19:29:58 +00:00 |
|
dimitr
|
2702907c88
|
We don't need an EOS slot for PSQL functions.
|
2009-12-25 11:16:20 +00:00 |
|
robocop
|
06a4224d0b
|
Put class Attachment in its own files by brute force.
|
2009-12-25 09:55:05 +00:00 |
|