Menu

/branches/parsnip/Src/UQuery.pas Commit Log


Commit Date  
[r4245] (9.3 kB) by delphidabbler

Changed TDatabase.SelectSnippets to take a simple function reference as its parameter instead of IDBFilter instance.
Modified calling code accordingly.
Removed now-redundant IDBFilter interface and implementations in TDBFilter and TDelegatedDBFilter.

2013-12-11 17:56:48 View
Download
[r4241] (9.4 kB) 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 View
Download
[r4239] (9.4 kB) 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 View
Download
[r4234] (9.4 kB) 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 View
Download
[r4091] (9.4 kB) by delphidabbler

Removed redundant DB.UCategory unit reference.

2013-12-03 16:43:10 View
Download
[r4090] (9.4 kB) by delphidabbler

Removed redundant GetCatSelection method from IQuery and TQuery.

2013-12-03 16:42:12 View
Download
[r4088] (10.3 kB) by delphidabbler

Added IQuery.FilterSelection method, and its implementation in TQuery, that takes a filter function and returns the result of applying the filter to the current selection.

2013-12-03 16:35:00 View
Download
[r4019] (9.5 kB) by delphidabbler

Renamed IDatabase and Database function, along with internal TDatabase class and PvtDatabase varibale by placing underscore in front of their names. This is to flag the items as "legacy" and to avoid name clashes with new database code being developed.
Modified all code that calls Database to use _Database instead.

2013-11-29 01:49:18 View
Download
[r4018] (9.5 kB) by delphidabbler

Removed unused USnippetIDs unit from project.
Changed affected units to use CS.Database.Snippets instead.

2013-11-29 01:20:31 View
Download
[r3981] (9.5 kB) by delphidabbler

Changed data structure that maintains list of selected snippets from TSnippetList to ISnippetIDList and made necessary changes to affected code.
Modified code that calls ISearch.Execute re changes made in USearch unit at revision 3980.

2013-11-27 22:40:43 View
Download
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.