source: main/trunk/greenstone2/perllib/gssql.pm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32591   5 years ak19 1. gssql destructor DESTROY doesn't really do anything now, as DBI's …
(edit) @32588   5 years ak19 Tidying up
(edit) @32585   5 years ak19 Super call in destructor. More important if subclassing.
(edit) @32584   5 years ak19 Some more tidying up of the code.
(edit) @32583   5 years ak19 1. Some tidying up of the code. 2. Removing unnecessary calls to …
(edit) @32582   5 years ak19 Now that previous commit(s) put sig handlers in place in gs_sql, have …
(edit) @32581   5 years ak19 Adding sigint, sigterm and sigkill handlers to gssql, which all call …
(edit) @32580   5 years ak19 1. support for port param when connecting to SQL DB. 2. GS SQL Plugout …
(edit) @32579   5 years ak19 Correction to syntax.
(edit) @32578   5 years ak19 Optimising. The gssql class internally has only one shared connection …
(edit) @32576   5 years ak19 Tested CSVPlugin. Some helpful debug statements are logged to STDERR …
(edit) @32575   5 years ak19 1. gssql now does fetching all rows internally upon select. With this …
(edit) @32574   5 years ak19 Instead of my our own caching of SQL prepare statements within the …
(edit) @32573   5 years ak19 1. Caching the prepared SQL insert statements inside the gssql class …
(edit) @32571   5 years ak19 Optimised the SQL DB delete operations in case there are several in …
(edit) @32563   5 years ak19 1. Overhaul of GreenstoneSQLPlugs to handle removeold and incremental …
(edit) @32561   5 years ak19 Not just tables, but database names can't have hyphens in them when …
(edit) @32560   5 years ak19 gssql constructor accepts a verbosity parameter
(edit) @32559   5 years ak19 Removing db_encoding as parameters to GreenstoneSQLPlugout and …
(edit) @32558   5 years ak19 Breadcrumbs on connection and some further helpful messages.
(edit) @32557   5 years ak19 1. Bugfix to create_database method: db_name is now a parameter to the …
(edit) @32555   5 years ak19 1. In GreenstoneSQLPlugout, removeold is now paramterised (as are …
(edit) @32544   5 years ak19 1. GreenstoneSQLPlugin: now sub read() calls the new lazy_get_gssql() …
(edit) @32543   5 years ak19 Tidying up and adjusting TODO statements
(edit) @32541   6 years ak19 Using proper parameters to GreenstoneSQLPlugin/Plugout instead of …
(edit) @32538   6 years ak19 Previous commit message meant to be: string names of strings shared by …
(edit) @32536   6 years ak19 First commit to do with reading back in from the SQL DB. This commit …
(edit) @32531   6 years ak19 1. bugfix to GS SQLPlugout: recursive call didn't go through self …
(edit) @32530   6 years ak19 Some more tidying up: some params passed by GreenstoneSQLPlugout to …
(add) @32529   6 years ak19 Split the database functions into their own file gssql.pm, so that …
Note: See TracRevisionLog for help on using the revision log.