Menu

Old Code (SVN) Commit Log


Commit Date  
[r4271] by delphidabbler

Moved field that records whether database has changed from _TDatabase into TDatabase and created a temporary TDatabase.__Updated property to provide access to the new field to the code that needs it in TDatabase.
Also removed IDatabaseEdit.Updated function and its implementation in TDatabase and added a TDatabase.IsDirty method to perform same role.
Modified TDatabase.Load to clear the dirty flag.
Changed affected code to use the new TDatabase method.

2013-12-12 17:16:09 Tree
[r4270] by delphidabbler

Added new IDatabaseWriter interface and modified TDBNativeWriter to implement it.

2013-12-12 16:55:59 Tree
[r4269] by delphidabbler

Added new TDatabase.Load method that loads database using new loader classes.
Added new field to TDatabase to store last modified date of database: this is set when database is loaded.
Removed old Load method from _IDatabase and _TDatabase.
Changed affected code to use TDatabase.Load instead of IDatabase.Load.

2013-12-12 16:37:04 Tree
[r4268] by delphidabbler

Updated re changes to unit and class names for empty database reader at revision 4267.

2013-12-12 16:34:08 Tree
[r4267] by delphidabbler

Renamed CS.Database.IO.Null.pas as CS.Database.IO.Empty.pas and renamed TDBNullReader as TEmptyDBReader.
TEmptyDBReader.Load now passes out the current date instead of a null date.

2013-12-12 16:16:14 Tree
[r4266] by delphidabbler

Changed TDBNullReader.Load method to clear the given snippet table as happens in other database loaders.

2013-12-12 16:00:58 Tree
[r4265] by delphidabbler

Added new TDatabaseIOFactory.CreateLoader method that can create and return a database loader object for a database in either native format, legacy format or return a null loader if there is no database present.

2013-12-12 15:57:45 Tree
[r4264] by delphidabbler

New unit containing a null database loader class for use when there is no database present.

2013-12-12 15:55:40 Tree
[r4263] by delphidabbler

Corrected error in code that checks for correct XML processing instruction.

2013-12-12 15:35:37 Tree
[r4262] by delphidabbler

Removed unused parameter from IDatabaseLoader.DatabaseExists method and its implementation.

2013-12-12 15:23:40 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.