Links to HEAD: | (view) (download) (as text) (annotate) |
Links to mgrast_rel_2008_0919: | (view) (download) (as text) (annotate) |
Sticky Tag: |
Added trace messages.
Changes for v24 database.
Changed to sort only one file at a time, and allocate a large sort buffer to speed the sort process.
Added new methods used by attribute database.
Changed so relationships appear before table definitions in the wiki output.
Added support for shapes and issue tags.
*** empty log message ***
Added more statistics for the load.
Added support for concurrent and low-priority loading.
Changed POD format for better compatability with Wiki.
Converted to the new search system.
Fixed some comments so they will be applicable to the new E-R model. Added more useful data to an error message.
Added a new method for multiple-row deletion.
Added a new method for mass field updates. Removed a dependency on FIG. Fixed a bug in the XML-PPO conversion.
Added CreatePPO method.
Converted DBObject to ERDBObject.
Added alternate indexes on relationships. Added support for database transactions.
Changed the comments to allow for a planned enhancement in index formation.
Added more tracing.
Added tracing.
Fixed some XHTML violations and formatting glitches in the documentation generator.
Added methods to make it easier to reload text search indexes.
Fixed a bug that caused an error attempting to load the text search index.
Fixed keyword searcher to make quoted strings required rather than optional.
Fixed a bug in the delete methods.
Added some methods to support the new attribute system.
Fixed some comments.
Modified the DeleteValue method to allow for deleting all values of a specified field.
Added support for indexes on text fields. Changed the index names to make them shorter. Added the ability to list all the secondary fields (which in the attribute database lists all the attribute keys. Enabled underscore as an alternative to hyphen in field names.
Fixed some comments. Added tracing. Created new method for finding secondary indexes in the XML.
Removed the never-implemented data generation stuff. Added support for special field attributes. Added support for methods that manipulate the XML.
Added support for full text searches.
Made keyword cleaning a virtual method that can be overridden.
Added fulltext search support to ERDB. Added keyword searchability to the Feature table.
Added a method for finding all represented values of a field.
Fixed a comment.
Removed unique-key support from "SortNeeded" since it doesn't work anyway.
Fixed a bug in the table row counter.
Removed the flush_tables command from the load process.
Maybe this one will work.
The specification of the field separator got goofy.
Fixed a bug in the sort analyzer.
Added tracing.
Fixed to do a better sort of load files. Added capability for an unisgned integer field.
Fixed to sort all primary entity relations in order to improve load performance.
Fixed to flush the tables after a MySQL table load.
Fixed a comment.
Fixed a comment.
Moved "Exists" method from the Sprout object.
Added more tracing to GetAll.
*** empty log message ***
*** empty log message ***
Added a method for inserting new values into secondary relations.
Fixed a bug in the ParseLine method.
Added some tracing.
Added some helper methods for data mining.
Upgraded "GetCount" so that it can count relationship records as well as entity records.
Added a method to compute a digested key.
Modified interface for Sprout compatability. Added a method to return a count of records in a table. Split ShowMetaData into a method that writes a full web page and another that returns the page contents.
Added support for shorter string keys.
Fixed a bug in the SortNeeded method.
Added support for the new "hash-string" key type that creates a key from a digest of symbolic information.
Cleaned up some trace messages.
Added some trace messages.
Enhanced to enable objects to appear more than once in a single Get call.
Added a method for retrieving the field names that are useful when crossing a relationship.
Fixed the Delete method to account for the database-dependent syntax.
Fixed some bugs in the Delete method.
*** empty log message ***
*** empty log message ***
Bug fixes to the delete method.
Added a method for deleting objects.
Added a method to validate proposed field contents.
Fixed some comments. Changed to use the LIMIT feature to limit rows during queries.
Prettied a line of code.
Removed bogus "records" value from the statistics generated by a table load.
Enhanced tracing for debugging of database queries.
Enhanced tracing.
Turned off transactioning, which was causing problems.
Fixed the bug that was causing the spruious AutoCommit warning. Changed to confess with an error if an error occurs creating an index.
Changed LoadTables and CreateTables to use the GetTableNames method.
Fixed misleading trace messages.
Tuned some trace messages.
Changed to load tables in a single pass.
Added support for creating MyISAM tables in MySQL. If a number of estimated rows is given, DBKernel will create the table using MyISAM instead of InnoDB (the latter being much slower).
Added direct Sprout loading facility.
Changed the trace level on some error messages.
Need to vacuum outside the transaction.
Added a trace message that identifies the XML file used.
Careful, "use packagename" is case sensitive on non-mac and non-windows.
Changed to analyze tables for performance data after loading.
Change to make the TO index unique for one-to-many relationships.
finally
Replaced tabs with spaces for device-independent indenting. Fixed some of the POD documentation.
Changed to detect and handle an improper number of fields during a table load.
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
no message
no message
no message
no message
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |