Menu

Old Code (SVN) Commit Log


Commit Date  
[r4242] by delphidabbler

Added new GetReferrersTo and GetDependentsOf methods to TDatabase.
Removed IDatabaseEdit's GetReferrers and GetDependents and _IDatabase's GetReferrersTo and GetDependentsOf methods along with their implementations in _TDatabase.
Modified code that used removed _TDatabase methods to use the new TDatabase methods instead.

2013-12-11 16:45:20 Tree
[r4241] by delphidabbler

Renamed IReadOnlySnippet as ISnippet and made required changes to affected code.
Also renamed TDatabase's LookupReadOnlySnippet method and LookupSnippet.

2013-12-11 16:08:28 Tree
[r4240] by delphidabbler

Changed code that accessed _Database.Select to use Database.SelectSnippets instead.
Deleted Select method from IDatabase and _TDatabase.

2013-12-11 11:35:43 Tree
[r4239] by delphidabbler

Changed IQuery's FilterSelection method to take an IDBFilter instance as a parameter instead of a callback function. Changed implementation in TQuery to use the new filter and to use Database.SelectSnippets instead of _Database.Select to perform actual selection.

2013-12-11 11:33:14 Tree
[r4238] by delphidabbler

Moved TDBFilterFn, IDBFilter and TDelegatedDBFilter from CS.Database.Types.pas to DB.UMain.pas and split TDelegatedDBFilter into two classes: the abstract TDBFilter in the interface section with a concrete implementation in TDelegatedDBFilter placed in the implementation section.

2013-12-11 10:57:06 Tree
[r4237] by delphidabbler

Removed unused Clear method from IDatabase and made its implementation in _TDatabase private.

2013-12-11 10:39:19 Tree
[r4236] by delphidabbler

Changed code that accessed _Database.Contains to use Database.SnippetExists instead.
Deleted Contains method from IDatabase and _TDatabase.

2013-12-11 10:34:22 Tree
[r4235] by delphidabbler

Changed code that accessed _Database.GetAllTags to use Database.GetAllTags instead.
Deleted GetAllTags method from IDatabase and _TDatabase.

2013-12-11 10:28:08 Tree
[r4234] by delphidabbler

Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead.
Deleted SelectAll method from IDatabase and _TDatabase.

2013-12-11 10:25:27 Tree
[r4233] by delphidabbler

Changed code that accessed _Database.IsEmpty to use Database.IsEmpty instead.
Deleted IsEmpty method from IDatabase and _TDatabase.

2013-12-11 10:21:25 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.