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

661 Commits

Author SHA1 Message Date
asfernandes
99b9aede9f Revert the ICU include directory changes 2008-03-14 11:06:48 +00:00
asfernandes
c7ec88bee4 1) Created classes PreparedStatement and ResultSet
2) Changed EXECUTE STATEMENT to use these classes
3) Fixed CORE-1784 - Error with EXECUTE PROCEDURE inside EXECUTE STATEMENT
2008-03-13 16:37:20 +00:00
dimitr
1ebd372868 Cleanup. 2008-03-12 17:07:49 +00:00
dimitr
1d0ca7607b Cleanup. 2008-03-12 17:02:10 +00:00
asfernandes
0b6ecafe1b 1) Remove REPLAY_OSRI_API_CALLS_SUBSYSTEM code
2) Remove internal y-valve function INTERNAL_COMPILE_REQUEST
3) Go direct to engine internals from DSQL, without need to exit/enter the attachment lock and check exceptions in status vector
2008-03-07 15:23:21 +00:00
robocop
8b4d89ab9e After doing a clean BOOT and ALL build, I think we don't need gpre_boot in Firebird2.sln, only in Firebird2Boot.sln. 2008-03-04 06:07:37 +00:00
robocop
565ce8a4b0 The client library on Windows won't build without getting rid of these references to already gone private API entrypoints. 2008-03-04 06:00:16 +00:00
dimitr
05c471e1c5 Fixed the Windows build, but I do object about these changes. 2008-02-29 07:34:46 +00:00
dimitr
457da57bd9 DSQL integration into the engine. 2008-02-28 14:06:47 +00:00
dimitr
99caa91b85 DSQL integration into the engine. 2008-02-28 13:48:16 +00:00
asfernandes
312a391d78 Misc 2008-02-26 02:23:28 +00:00
dimitr
ec513fd5cb Ported SQLSTATE from Vulcan.
Part I: core changes.
2008-02-24 14:07:01 +00:00
dimitr
f9b75ffc74 Cleanup the makefiles. 2008-02-20 15:38:36 +00:00
robocop
7a0a29e234 Move some clutter out of jrd.h to Database.h and Database.cpp. 2008-02-14 12:24:27 +00:00
dimitr
8769891f0c Fixed the build. 2008-02-06 20:18:47 +00:00
asfernandes
607ef7d9fa Encapsulate the parser and make it thread safe 2008-02-03 19:16:12 +00:00
dimitr
0cda20a31a Cleanup AliceMemoryPool. 2008-01-29 12:28:28 +00:00
hvlad
7ae321b32f Restore broken boot build 2008-01-27 12:36:03 +00:00
alexpeshkoff
cbb1daf415 Fixed VC7 build 2008-01-24 15:02:48 +00:00
dimitr
971af7942b Fixed the win32 build. 2008-01-23 19:34:51 +00:00
dimitr
e1d53429ae Fixed the win32 build. 2008-01-23 19:27:36 +00:00
dimitr
e8c8879696 The merge is being fixed. 2008-01-16 13:57:06 +00:00
dimitr
dd9ec5f1cc The merge is being fixed. 2008-01-16 13:55:51 +00:00
dimitr
414ffe4466 The merge is being fixed. 2008-01-16 13:29:21 +00:00
dimitr
d536dc3f8c The merge is being fixed. 2008-01-16 13:03:37 +00:00
dimitr
36b8ab6457 The merge is being fixed. 2008-01-16 11:35:22 +00:00
dimitr
91da348ad3 The merge continued. 2008-01-16 11:32:21 +00:00
dimitr
cf84ebd910 The merge continued. 2008-01-16 10:41:58 +00:00
paul_reeves
d3a5c1f6f8 MInor tweaks to a) speed up testing the installer, and b) document the available options. 2007-12-21 12:22:22 +00:00
paul_reeves
50d5e101ed Add support to build VCRT merge modules. These files are VC8 specific, and technically they belong under the 'install\arch-specific\win32\msvc8' directory. But that directory does not exist (and may never exist), so they can be parked here for the time being. 2007-12-21 12:21:25 +00:00
paul_reeves
74b3502494 Fix build 2007-12-13 11:04:58 +00:00
robocop
8a7da83a18 Follow VC8 changes. 2007-12-04 08:36:09 +00:00
hvlad
8e52da6e14 Make instreg independent from common 2007-11-26 12:32:23 +00:00
robocop
2d2b8cf718 Misc. 2007-11-17 10:18:10 +00:00
asfernandes
54b36766c0 Misc 2007-11-17 00:38:16 +00:00
alexpeshkoff
6af3bfc4e9 Fixed VC7 build 2007-11-15 13:29:57 +00:00
dimitr
ae790e61bc Fixed the CPL applet linkage (made it static instead of dynamic).
This is the only project that overrides the common property sheets (in terms of linkage).
2007-11-14 10:02:33 +00:00
dimitr
0f4023ee6e Fixed linkage issues. 2007-11-13 15:01:26 +00:00
dimitr
4f48b4e61a Re-enable the dynamic linkage for the release builds as well. This should solve both CORE-1587 and CORE-1590. 2007-11-13 14:09:46 +00:00
robocop
3fc16e5848 Fix the VC6 project files. 2007-10-29 03:22:13 +00:00
asfernandes
9dd863d6d7 Create class to buffer random bytes generation as process of generate many small random bytes is slow - thanks to Nickolay 2007-10-28 14:54:16 +00:00
skidder
1a8e6e55be Fix broken MSVC 2005 build. The problem was about the GUIDs in solution file
not matching the ones in project files causing VS to kill dependencies in SLN file during the build.

Tested against recent MSVC 8.0.50727.867
2007-10-26 10:44:57 +00:00
robocop
5db43d6e6c Add fbsvcmgr project to VC6. 2007-10-25 04:01:21 +00:00
robocop
08ddfb000d Misc. 2007-10-24 06:13:08 +00:00
alexpeshkoff
3c7d1cc0c1 misc 2007-10-17 14:03:13 +00:00
alexpeshkoff
0aeed96c56 Added project to build fbsvcmgr using VC7 2007-10-17 14:02:18 +00:00
paul_reeves
19f560ef09 Make run_all a little more useful. 2007-10-10 14:00:25 +00:00
paul_reeves
673d5a95ef Restore tabs 2007-10-04 13:23:36 +00:00
hvlad
6ba3cbc242 Remove 'common' from dependencies of 'fb2control' to allow static linkage 2007-10-02 19:19:26 +00:00
robocop
3270ff3971 I'm posting this in case someone wants to play with it. It contains one of our forgotten pieces of code. 2007-10-02 10:21:39 +00:00