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
asfernandes
bc0cfcd584
1) Make it build in Linux; 2) Fix some warnings
2009-12-21 20:55:07 +00:00
dimitr
6afd92f854
Support for PSQL functions (other JRD changes). Still work in progress.
2009-12-21 17:53:49 +00:00
dimitr
debe65bcfb
Support for PSQL functions (other JRD changes). Still work in progress.
2009-12-21 17:43:01 +00:00
dimitr
87c632874d
Support for PSQL functions (misc JRD changes). Still work in progress.
2009-12-21 17:31:34 +00:00
dimitr
32af722033
Misc.
2009-12-21 17:29:12 +00:00
dimitr
54b9459117
Support for PSQL functions.
2009-12-21 16:48:06 +00:00
dimitr
fd6c858ba7
New system fields (ODS change).
2009-12-21 16:36:39 +00:00
asfernandes
50542e3f00
Make dsql_req::statement constant
2009-12-21 14:56:12 +00:00
robocop
13a8d5488f
Get rid of the obsolete option CompleteBooleanEvaluation in the config file. We always do short-circuit boolean logic.
2009-12-21 07:01:24 +00:00
asfernandes
74972f5913
Consts
2009-12-20 23:41:48 +00:00
hvlad
723d6cb7a0
increment build number
2009-12-20 23:13:02 +00:00
hvlad
a2af0c8e9e
ODS change : implemented SCN inventory pages to make diffrential backup faster not reading pages which was not changed since previous backup.
...
Corresponding nbackup and validation code changes also done.
PAG code refactored a bit.
2009-12-20 23:13:01 +00:00
hvlad
dc3efff7f8
increment build number
2009-12-20 23:13:00 +00:00
asfernandes
f3d67565e7
increment build number
2009-12-20 21:01:12 +00:00
asfernandes
b6f0481a9c
increment build number
2009-12-20 21:01:11 +00:00
asfernandes
488eb40fe0
Refactor DSQL, continuing the work I started in 2.5:
...
- Renamed CompiledStatement to DsqlCompilerScratch and removed inheritance to dsql_req.
- Introduced DsqlCompilerStatement, moving things from dsql_req - not completelly shareable yet.
- Make dsql_req reference a DsqlCompilerStatement. DsqlCompilerScratch may be discarded in the future.
- Replaced AlterCharSetNode usage by PreparedStatement for the default collation in database creation.
- Changed METD API.
2009-12-20 21:01:10 +00:00
asfernandes
3eb68ebf5f
increment build number
2009-12-20 21:01:08 +00:00
asfernandes
874d7f97f8
increment build number
2009-12-20 21:01:07 +00:00
asfernandes
b6285a2277
increment build number
2009-12-20 20:49:49 +00:00
fsg
c6c3bab9df
increment build number
2009-12-20 13:53:32 +00:00
robocop
8daf848ce9
increment build number
2009-12-20 09:19:17 +00:00
robocop
ae69c63937
increment build number
2009-12-20 09:19:16 +00:00
robocop
61218fc348
Misc.
2009-12-20 09:19:15 +00:00