robocop
|
2cba19552a
|
increment build number
|
2009-12-28 11:46:56 +00:00 |
|
robocop
|
fc62cfe6e7
|
Misc.
|
2009-12-28 11:46:55 +00:00 |
|
asfernandes
|
2851667738
|
increment build number
|
2009-12-28 10:21:52 +00:00 |
|
asfernandes
|
a9d2966f3e
|
Misc
|
2009-12-28 10:21:51 +00:00 |
|
hvlad
|
79312f6e04
|
increment build number
|
2009-12-28 09:34:20 +00:00 |
|
hvlad
|
8c3a8be9c0
|
increment build number
|
2009-12-28 09:34:19 +00:00 |
|
hvlad
|
b7147bb8de
|
increment build number
|
2009-12-28 09:11:21 +00:00 |
|
hvlad
|
ce9fd62c3c
|
Swept flag implementation.
A little optimisation of mark_full() - don't call it if not necessary, don't mark PP if its flags already matched to DP flags.
|
2009-12-28 09:11:20 +00:00 |
|
hvlad
|
0c6dcc4486
|
increment build number
|
2009-12-28 09:08:34 +00:00 |
|
hvlad
|
700c0b4051
|
increment build number
|
2009-12-28 09:08:33 +00:00 |
|
hvlad
|
1aeb2b90ea
|
Better name for FIRST_SCN_PAGE constant
|
2009-12-28 09:08:32 +00:00 |
|
robocop
|
4ab229599a
|
Temporary measure to compile until Adriano finds a better way.
|
2009-12-28 07:44:46 +00:00 |
|
asfernandes
|
ab25c33244
|
Make packaged functions work
|
2009-12-28 01:06:40 +00:00 |
|
asfernandes
|
d8c99a9be2
|
1) Make procedures and functions member of the same hierarchy (Routine class)
2) Some completion for external functions
|
2009-12-27 22:05:22 +00:00 |
|
asfernandes
|
8f19a2b7e1
|
Consts
|
2009-12-27 19:05:38 +00:00 |
|
asfernandes
|
631ed08aea
|
Misc
|
2009-12-27 16:49:46 +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 |
|
robocop
|
5d9204657c
|
More appropriate name.
|
2009-12-26 13:24:39 +00:00 |
|
robocop
|
fe7ae882b2
|
Check.
|
2009-12-26 13:23:29 +00:00 |
|
robocop
|
a621b9838f
|
Totally misc.
|
2009-12-26 13:22:52 +00:00 |
|
asfernandes
|
534b8c020e
|
Misc
|
2009-12-25 19:29:58 +00:00 |
|
dimitr
|
68f9066a51
|
Misc.
|
2009-12-25 15:37:24 +00:00 |
|
dimitr
|
e07921cc2f
|
PSQL functions (support for default parameters).
|
2009-12-25 14:37:44 +00:00 |
|
dimitr
|
a3886ecb19
|
PSQL functions (continued).
|
2009-12-25 13:30:38 +00:00 |
|
dimitr
|
ea23c03133
|
PSQL functions (security).
|
2009-12-25 12:58:06 +00:00 |
|
dimitr
|
d36473d47e
|
Corrections.
|
2009-12-25 12:28:05 +00:00 |
|
dimitr
|
ef9d35de1c
|
Misc.
|
2009-12-25 11:24:34 +00:00 |
|
dimitr
|
b58a16411f
|
Now PSQL functions should start [basically] working.
|
2009-12-25 11:15:13 +00:00 |
|
dimitr
|
cd6f04ffb2
|
Corrections.
|
2009-12-25 10:49:53 +00:00 |
|
robocop
|
06a4224d0b
|
Put class Attachment in its own files by brute force.
|
2009-12-25 09:55:05 +00:00 |
|
dimitr
|
cb4d798aca
|
Corrections.
|
2009-12-25 09:50:35 +00:00 |
|
dimitr
|
dae4d855d4
|
Correction.
|
2009-12-25 07:26:50 +00:00 |
|
dimitr
|
7f4bb8c418
|
Misc.
|
2009-12-25 07:26:49 +00:00 |
|
dimitr
|
18ed3075f1
|
I believe this code has been originally intended to work this way.
|
2009-12-25 07:09:02 +00:00 |
|
dimitr
|
c5326232e0
|
Corrections.
|
2009-12-25 06:52:09 +00:00 |
|
robocop
|
f3091483ca
|
Misc.
|
2009-12-25 04:41:10 +00:00 |
|
dimitr
|
33155c65b7
|
An alternative way to assign auto-generated metadata IDs while restoring a database. It doesn't require system triggers.
If nobody objects, I will migrate procedure/exception/generator IDs to this approach and then redo my system triggers cleanup.
|
2009-12-24 15:41:39 +00:00 |
|
dimitr
|
93f78b51ed
|
Misc.
|
2009-12-24 15:27:30 +00:00 |
|
dimitr
|
afd310b8b7
|
Sorry, this was a bad idea. Backup/restore cycle doesn't preserve IDs.
To be reconsidered some other day.
|
2009-12-24 14:29:19 +00:00 |
|
dimitr
|
60f81819c3
|
Cleanup. These system triggers are not required anymore, IDs are assigned by the engine itself.
|
2009-12-24 14:24:04 +00:00 |
|
dimitr
|
6e1f8db753
|
Metadata cache support for PSQL functions.
|
2009-12-24 14:15:21 +00:00 |
|
robocop
|
0564019d2f
|
Misc and cleanup.
|
2009-12-24 11:48:17 +00:00 |
|
dimitr
|
288956c8d0
|
Corrections.
|
2009-12-24 10:32:54 +00:00 |
|
asfernandes
|
2d62037b2a
|
Misc
|
2009-12-23 21:43:37 +00:00 |
|
dimitr
|
79a2e9bdcb
|
Cleanup.
|
2009-12-23 14:19:38 +00:00 |
|
asfernandes
|
024c09403b
|
Misc
|
2009-12-23 01:19:18 +00:00 |
|
asfernandes
|
d3ac9ac6cc
|
More refactoring: name changes, accessors, consts, removed not good references (statement referencing scratch and metadata indirectly)
|
2009-12-23 00:57:08 +00:00 |
|
asfernandes
|
8968888820
|
Getters and setters for DsqlCompiledStatement and consts
|
2009-12-22 15:36:10 +00:00 |
|
alexpeshkoff
|
b3ff195a64
|
Cleanup - two flags are always set to true starting with ODS > 10
|
2009-12-22 10:30:49 +00:00 |
|
asfernandes
|
dd6331f002
|
Some fixes; Misc.
|
2009-12-22 00:08:49 +00:00 |
|