8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
Commit Graph

2118 Commits

Author SHA1 Message Date
fsg
7cb03caee9 nightly update 2009-12-13 13:53:25 +00:00
fsg
6426340840 nightly update 2009-12-12 13:53:35 +00:00
fsg
562142f1bc nightly update 2009-12-11 13:54:21 +00:00
fsg
c49abe4715 nightly update 2009-12-10 13:54:08 +00:00
fsg
b2edba4db6 nightly update 2009-12-09 13:53:06 +00:00
fsg
71feb2be95 nightly update 2009-12-08 13:53:12 +00:00
fsg
e0b4a17b19 nightly update 2009-12-07 13:53:54 +00:00
fsg
bf52697980 nightly update 2009-12-06 13:53:29 +00:00
fsg
4bae2d649e nightly update 2009-12-05 13:53:41 +00:00
fsg
2c6d4d9100 nightly update 2009-12-04 13:53:51 +00:00
fsg
fe3cfd92f4 nightly update 2009-12-03 13:53:50 +00:00
fsg
ef013c2b9d nightly update 2009-12-02 13:52:40 +00:00
fsg
18fe8f54e3 nightly update 2009-12-01 13:53:30 +00:00
fsg
afa6f5cf26 nightly update 2009-11-30 13:53:15 +00:00
fsg
233a0e8ca9 nightly update 2009-11-29 13:52:20 +00:00
fsg
bd300906e7 nightly update 2009-11-28 13:51:59 +00:00
fsg
3b7ed8cf74 nightly update 2009-11-27 13:54:15 +00:00
fsg
bd27de192d nightly update 2009-11-26 13:53:13 +00:00
fsg
ecf53a7e15 nightly update 2009-11-25 13:53:03 +00:00
fsg
1cc0be495d nightly update 2009-11-24 13:52:09 +00:00
fsg
48dc2922ee nightly update 2009-11-23 13:52:31 +00:00
fsg
4fbc7dfc97 nightly update 2009-11-22 13:53:46 +00:00
fsg
362d2985ea nightly update 2009-11-21 13:53:55 +00:00
fsg
25823fe158 nightly update 2009-11-20 13:56:07 +00:00
fsg
886c2ccd2e nightly update 2009-11-19 13:53:35 +00:00
fsg
2186a14c7c nightly update 2009-11-18 13:54:01 +00:00
fsg
a6aedfb3ef nightly update 2009-11-17 13:53:28 +00:00
fsg
f6e4e89000 nightly update 2009-11-16 13:53:45 +00:00
fsg
c857ed52ed nightly update 2009-11-15 13:53:20 +00:00
fsg
64ea457d5e nightly update 2009-11-14 13:53:22 +00:00
fsg
9ddbed3786 nightly update 2009-11-13 13:54:41 +00:00
fsg
e75bbf46e2 nightly update 2009-11-12 13:54:25 +00:00
fsg
26f14cc5ef nightly update 2009-11-11 13:53:10 +00:00
fsg
844cf53ebd nightly update 2009-11-10 13:53:45 +00:00
fsg
32d71db131 nightly update 2009-11-09 13:53:30 +00:00
fsg
dd8ca4c700 nightly update 2009-11-08 13:53:11 +00:00
fsg
80dae6e94b nightly update 2009-11-06 13:54:40 +00:00
fsg
0c07f7aad6 nightly update 2009-11-05 13:53:37 +00:00
fsg
ca57e6b52f nightly update 2009-11-04 13:52:34 +00:00
fsg
a9fe1647ec nightly update 2009-11-03 13:53:13 +00:00
fsg
3d02379b8d nightly update 2009-11-02 13:52:51 +00:00
fsg
6ad63d868f nightly update 2009-11-01 13:53:08 +00:00
fsg
f2d4bd5a15 nightly update 2009-10-31 13:53:45 +00:00
fsg
c270dec695 nightly update 2009-10-30 13:54:16 +00:00
fsg
1fe27c797c nightly update 2009-10-29 13:53:47 +00:00
fsg
8ce541ae58 nightly update 2009-10-28 13:53:22 +00:00
fsg
895ba5c4e4 nightly update 2009-10-27 13:54:14 +00:00
fsg
c4d05100b0 nightly update 2009-10-26 13:53:18 +00:00
fsg
250de8895b nightly update 2009-10-25 13:53:34 +00:00
fsg
946f4460e5 nightly update 2009-10-24 12:52:43 +00:00
fsg
b31a740a58 nightly update 2009-10-23 12:54:47 +00:00
fsg
e222146740 nightly update 2009-10-22 12:52:52 +00:00
fsg
8224fb0559 nightly update 2009-10-21 12:53:25 +00:00
asfernandes
ed0e0daeb3 - External Engines implementation.
- Plugins API.

- Feature CORE-2700 - UDR (User Defined Routines) Engine - C++ API supporting functions, triggers and stored procedures.
- Feature CORE-2470 - Support for alternate format of strings literals.
- Feature CORE-2310 - DDL triggers.
- Feature CORE-2312 - PSQL Packages.
- Feature CORE-1209 - CONTINUE statement.
- Feature CORE-1180 - DDL syntax to change (not) nullable state of columns.
- Feature CORE-2090 - Support OVER () clause with current aggregate functions.

- Fixed CORE-2699 - Common table expression context could be used with parameters.

- Introduce ODS 12.0.

- Work in progress in type-safe parser.
- Refactor some DDL commands (procedures and triggers) from DYN to DdlNodes.
- Refactor virtual tables to use a class hierarchy instead of namespaces. This is basic thing, not based on the changes done in Vulcan. Window functions is based on this work.
- Refactor COMMENT ON and DROP FUNCTION from DYN to DdlNodes. COMMENT ON do not use GDML anymore, it uses DSQL with PreparedStatement class.
- Refactor EXECUTE BLOCK to StmtNodes.
- Refactor the IUDF to SysFunctions. That eliminates RDB$GET_CONTEXT and RDB$SET_CONTEXT from RDB$FUNCTIONS.
2009-10-21 00:42:38 +00:00
fsg
98c1ebd3e6 nightly update 2009-10-18 12:52:45 +00:00
fsg
4d15f68f35 nightly update 2009-10-17 12:52:17 +00:00
fsg
d416c0ee61 nightly update 2009-10-16 12:56:03 +00:00
fsg
5fdcbc70af nightly update 2009-10-14 12:53:18 +00:00
fsg
f45fd9aefc nightly update 2009-10-13 12:54:13 +00:00
fsg
c9d3655f0a nightly update 2009-10-12 12:51:54 +00:00
fsg
46358df047 nightly update 2009-10-08 12:52:49 +00:00
fsg
30d40caf70 nightly update 2009-10-07 12:52:39 +00:00
fsg
8fbc066aa3 nightly update 2009-10-06 12:52:39 +00:00
fsg
4fd23a6e07 nightly update 2009-10-05 12:54:03 +00:00
fsg
764307e010 nightly update 2009-10-04 12:52:11 +00:00
fsg
56693c6be8 nightly update 2009-10-03 12:53:22 +00:00
fsg
c75d0d6d31 nightly update 2009-10-02 12:54:39 +00:00
fsg
304b63fa3d nightly update 2009-10-01 12:52:51 +00:00
fsg
e27c45ea75 nightly update 2009-09-30 12:52:40 +00:00
fsg
c452b691a7 nightly update 2009-09-29 12:53:05 +00:00
fsg
1072490e64 nightly update 2009-09-27 12:53:59 +00:00
fsg
4797dd59cb nightly update 2009-09-26 12:52:40 +00:00
fsg
5986e67013 nightly update 2009-09-25 12:54:53 +00:00
fsg
0006a64473 nightly update 2009-09-24 12:52:15 +00:00
fsg
2bd2737df6 nightly update 2009-09-23 12:52:38 +00:00
fsg
caec12667c nightly update 2009-09-22 12:53:02 +00:00
fsg
01fed665da nightly update 2009-09-21 12:53:00 +00:00
fsg
3c75d959f9 nightly update 2009-09-20 12:53:02 +00:00
fsg
b8ffb7c0b7 nightly update 2009-09-19 12:52:20 +00:00
fsg
31aeb63f1e nightly update 2009-09-18 12:53:24 +00:00
fsg
c01f3e351b nightly update 2009-09-17 12:53:05 +00:00
fsg
95109d263d nightly update 2009-09-16 12:52:46 +00:00
fsg
68ad2a9252 nightly update 2009-09-14 12:52:50 +00:00
fsg
50240862bb nightly update 2009-09-13 12:51:03 +00:00
fsg
471c126a5f nightly update 2009-09-12 12:48:32 +00:00
fsg
c17059bd30 nightly update 2009-09-11 12:48:34 +00:00
fsg
9a5abbb803 nightly update 2009-09-10 12:48:29 +00:00
fsg
7a83af8684 nightly update 2009-09-09 12:48:24 +00:00
fsg
bfc3ff8997 nightly update 2009-09-07 12:48:30 +00:00
fsg
acd05843bf nightly update 2009-09-06 12:49:18 +00:00
fsg
9bed4cac3b nightly update 2009-09-05 12:48:35 +00:00
fsg
d2d1494ec5 nightly update 2009-09-04 12:49:35 +00:00
fsg
3e38dfb9fc nightly update 2009-09-03 12:48:42 +00:00
fsg
ae61341438 nightly update 2009-09-02 12:48:33 +00:00
fsg
81ff46bed7 nightly update 2009-09-01 12:48:25 +00:00
fsg
e7e334c2d7 nightly update 2009-08-31 12:48:22 +00:00
fsg
0ac9a9e5d8 nightly update 2009-08-30 12:50:04 +00:00
fsg
6e2ef027ca nightly update 2009-08-29 12:50:36 +00:00
fsg
c844d38784 nightly update 2009-08-28 12:53:18 +00:00
fsg
5056ecabc5 nightly update 2009-08-27 12:48:20 +00:00