Menu

/trunk/Src/UQuery.pas Commit Log


Commit Date  
[r2602] (9.9 kB) by delphidabbler

Changed use of "criteria" to "filter" in various identifiers in USearch unit and in using code to better reflect purpose of the names. Made changes to affected code.

2012-12-18 15:06:23 View
Download
[r2595] (9.9 kB) by delphidabbler

Removed redundant interface and method from USearch.
Moved check for a null search from ISearch to ISearchCriteria and changed calling code accordingly.
Revised TSearch and descendants to directly call ISearchCriteria.Match to match required records instead of indirectly. Match abstract method of TSearch removed accordingly.

2012-12-17 22:10:49 View
Download
[r2337] (9.8 kB) by delphidabbler

Changed units which have no specific namespace from MPL v1.1 to MPL v2.0.

2012-08-27 21:08:06 View
Download
[r2273] (10.4 kB) by delphidabbler

Renamed IQuery.CurrentSearch as IQuery.LatestSearch and updated implementing and calling code accordingly

2012-08-19 22:20:28 View
Download
[r2024] (10.4 kB) by delphidabbler

Changed TQuery to descend from TSingleton.

2012-07-11 11:27:07 View
Download
[r1889] (11.0 kB) by delphidabbler

Re-implemented code that records and re-applies nested or refined searches. Previous implementation at r1884 was seriously buggy.

2012-06-11 14:07:00 View
Download
[r1884] (10.7 kB) by delphidabbler

Modified IQuery / TQuery to permit searches to be nested, so one acts on results of previous one.
Also added new IQuery.IsSearchActive method and its implementation.

2012-06-10 22:42:30 View
Download
[r1759] (9.6 kB) by delphidabbler

Standardised svn:mime-type properties to "text/pascal" and svn:eol-style to "native"

2012-02-27 11:40:49 View
Download
[r1757] (10.0 kB) by delphidabbler

Reintegrated v4-dev branch into trunk.
Trunk now contains v4 development tree

2012-02-27 11:19:09 View
Download
[r241] (9.5 kB) by delphidabbler

* Changed TQuery to enforce that it is a singleton object: it can now only be created once.
* TQuery now instantiates itself by means of Instance property: Query function now calls TQuery.Instance rather than constructing object itself.
* Assert statements changed to use ClassName method to get class name for error messages.

2009-08-23 20:01: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.