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

42747 Commits

Author SHA1 Message Date
asfernandes
71d8df8e14 Improvement CORE-2575 - Make ISQL "input" command open relative filenames based on the directory of last opened (and not closed) input file 2009-10-23 00:16:59 +00:00
dimitr
d2ca1b083f increment build number 2009-10-22 14:50:24 +00:00
dimitr
b6ece14c55 Cleanup the unsused logic related to in-place ODS upgrades.
Simplified the version-specific column handling.
2009-10-22 14:50:23 +00:00
paulbeach
a18bf27b59 increment build number 2009-10-22 13:24:48 +00:00
paulbeach
5161cede93 increment build number 2009-10-22 13:24:47 +00:00
paulbeach
72740d2485 increment build number 2009-10-22 13:24:46 +00:00
paulbeach
40c42cf48e increment build number 2009-10-22 13:24:44 +00:00
fsg
5edd34dd9e increment build number 2009-10-22 12:53:48 +00:00
fsg
51db626387 increment build number 2009-10-22 12:52:53 +00:00
fsg
e222146740 nightly update 2009-10-22 12:52:52 +00:00
paulbeach
20164e451a increment build number 2009-10-22 12:51:15 +00:00
paulbeach
f793cc89f3 increment build number 2009-10-22 12:51:14 +00:00
asfernandes
3d0f9ca6b3 increment build number 2009-10-22 10:01:42 +00:00
asfernandes
3fd4ee50da Fix number conflict found by Claudio 2009-10-22 10:01:41 +00:00
hvlad
680473368c increment build number 2009-10-22 08:12:05 +00:00
hvlad
d2225be694 increment build number 2009-10-22 07:38:38 +00:00
dimitr
c65517df19 increment build number 2009-10-22 07:21:14 +00:00
dimitr
476431790f Correction. 2009-10-22 07:21:13 +00:00
dimitr
718430e27a increment build number 2009-10-22 07:07:15 +00:00
dimitr
402c981002 Fixed MSVC9 build. 2009-10-22 07:07:13 +00:00
asfernandes
48d63e20be increment build number 2009-10-22 00:22:36 +00:00
asfernandes
5174c7df79 increment build number 2009-10-22 00:21:42 +00:00
asfernandes
ad7ec2bb48 Doc. typo 2009-10-22 00:21:41 +00:00
asfernandes
201a13887e increment build number 2009-10-21 23:48:08 +00:00
asfernandes
b2f994c719 Use correct memory pools 2009-10-21 23:48:07 +00:00
paulbeach
0de543584f increment build number 2009-10-21 12:53:50 +00:00
paulbeach
059c8cc7e8 Missing symbols.... 2009-10-21 12:53:49 +00:00
fsg
43a7513e1a increment build number 2009-10-21 12:53:26 +00:00
fsg
8224fb0559 nightly update 2009-10-21 12:53:25 +00:00
paulbeach
5191411900 increment build number 2009-10-21 12:52:38 +00:00
paulbeach
8f817088f0 increment build number 2009-10-21 12:49:52 +00:00
robocop
2970f6f849 increment build number 2009-10-21 07:25:45 +00:00
robocop
94d41c53a7 increment build number 2009-10-21 07:25:44 +00:00
robocop
9e6a713f0f Misc. 2009-10-21 07:25:43 +00:00
robocop
87713df87f increment build number 2009-10-21 07:25:15 +00:00
robocop
ee26ebef52 increment build number 2009-10-21 07:25:14 +00:00
asfernandes
59892ee97c increment build number 2009-10-21 01:01:06 +00:00
asfernandes
dc3e4afec4 increment build number 2009-10-21 01:01:05 +00:00
asfernandes
19fac12314 Misc 2009-10-21 01:01:04 +00:00
asfernandes
98539155cd increment build number 2009-10-21 00:51:29 +00:00
asfernandes
ef47f5fd82 increment build number 2009-10-21 00:51:28 +00:00
asfernandes
a63bc951d4 increment build number 2009-10-21 00:51:25 +00:00
asfernandes
50d609290f increment build number 2009-10-21 00:51:24 +00:00
asfernandes
1b26a304a1 increment build number 2009-10-21 00:51:23 +00:00
asfernandes
d4774cef01 increment build number 2009-10-21 00:50:08 +00:00
asfernandes
0145996fb6 - 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:50:07 +00:00
asfernandes
bacdd491c1 increment build number 2009-10-21 00:42:39 +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
asfernandes
638267b16a increment build number 2009-10-21 00:42:37 +00:00
asfernandes
ec968aaf34 increment build number 2009-10-21 00:42:36 +00:00