2010-06-24 |
scottmk | 1. Degrade (relatively) gracefully when the database...
|
commit | commitdiff | tree |
2010-06-24 |
scottmk | Whenever a database call fails -- i.e. whenever dbi_conn_que...
|
commit | commitdiff | tree |
2010-06-22 |
scottmk | 1. In oils_sql.c: make the functions is_identifier...
|
commit | commitdiff | tree |
2010-06-18 |
scottmk | Define some stock datatypes in query.datatype.
|
commit | commitdiff | tree |
2010-06-17 |
scottmk | 1. Disable fleshing for PCRUD. Otherwise fleshing...
|
commit | commitdiff | tree |
2010-06-17 |
scottmk | Support CAST expressions, taking care to avoid SQL...
|
commit | commitdiff | tree |
2010-06-13 |
scottmk | In qstore: support CASE expressions.
|
commit | commitdiff | tree |
2010-06-11 |
scottmk | Add column "left_operand" to query.expr_xcase view.
|
commit | commitdiff | tree |
2010-06-10 |
scottmk | When looking up a bind variable by name: escape any...
|
commit | commitdiff | tree |
2010-06-10 |
scottmk | When building string literals in SQL: escape special...
|
commit | commitdiff | tree |
2010-06-10 |
scottmk | Change the return type of the open-ils.qstore.prepare...
|
commit | commitdiff | tree |
2010-06-10 |
scottmk | Fix a pcrud bug. Create method wasn't working because...
|
commit | commitdiff | tree |
2010-06-09 |
scottmk | Rewrote the implementation of the open-ils.qstore.columns...
|
commit | commitdiff | tree |
2010-06-09 |
scottmk | Recognize new "required" and "validate" attributes...
|
commit | commitdiff | tree |
2010-06-08 |
scottmk | 1. Support function calls in the FROM clause.
|
commit | commitdiff | tree |
2010-06-07 |
scottmk | Add the left_operand column to the query.expr_xbet...
|
commit | commitdiff | tree |
2010-06-07 |
scottmk | 1. Add table: serial.caption_and_pattern
|
commit | commitdiff | tree |
2010-06-07 |
scottmk | Added a new login type "persist", as a peer of "opac...
|
commit | commitdiff | tree |
2010-06-06 |
scottmk | New function oilsUtilsIntervalToSeconds() to translate...
|
commit | commitdiff | tree |
2010-06-04 |
scottmk | Add two little utility functions to convert from intervals...
|
commit | commitdiff | tree |
2010-06-03 |
scottmk | Various tweaks:
|
commit | commitdiff | tree |
2010-06-02 |
scottmk | Replace most of the serial schema with a different...
|
commit | commitdiff | tree |
2010-06-01 |
scottmk | Add support for GROUP BY.
|
commit | commitdiff | tree |
2010-05-31 |
scottmk | Add support for BETWEEN conditions.
|
commit | commitdiff | tree |
2010-05-31 |
scottmk | 1. Add support for function calls. Note that certain...
|
commit | commitdiff | tree |
2010-05-30 |
scottmk | For various updatable views based on query.expression:
|
commit | commitdiff | tree |
2010-05-28 |
scottmk | Added org_unit_setting_type auth.persistent_login_interval
|
commit | commitdiff | tree |
2010-05-28 |
scottmk | Support IN lists.
|
commit | commitdiff | tree |
2010-05-28 |
scottmk | Support series expressions, i.e. a series of expressions
|
commit | commitdiff | tree |
2010-05-27 |
scottmk | Add new expression type 'xser' to represent series...
|
commit | commitdiff | tree |
2010-05-27 |
scottmk | Bug fix in verifyObjectPCRUD().
|
commit | commitdiff | tree |
2010-05-26 |
scottmk | Correcting some diverging drift in the usr_merge function
|
commit | commitdiff | tree |
2010-05-26 |
scottmk | Adding a qualifying schema name to keep PG happy
|
commit | commitdiff | tree |
2010-05-26 |
scottmk | Bug fixes in verifyObjectPCRUD():
|
commit | commitdiff | tree |
2010-05-25 |
scottmk | Correcting an upgrade script.
|
commit | commitdiff | tree |
2010-05-25 |
scottmk | Plug some memory leaks, and eliminate some unnecessary
|
commit | commitdiff | tree |
2010-05-25 |
scottmk | Various changes to verifyObjectPCRUD():
|
commit | commitdiff | tree |
2010-05-24 |
scottmk | Split old org unit setting type circ.hold_estimate_wait_inte...
|
commit | commitdiff | tree |
2010-05-21 |
scottmk | Add column avg_wait_time to config.circ_modifier.
|
commit | commitdiff | tree |
2010-05-21 |
scottmk | Support IS NULL and IS NOT NULL expressions.
|
commit | commitdiff | tree |
2010-05-21 |
scottmk | Fixing a typo in the previous changeset (a missing...
|
commit | commitdiff | tree |
2010-05-20 |
scottmk | Create database support for IS [NOT] NULL expressions
|
commit | commitdiff | tree |
2010-05-20 |
scottmk | Implement new param_list method, which returns a list of
|
commit | commitdiff | tree |
2010-05-19 |
scottmk | Implement open-ils.qstore.bind_param method, which...
|
commit | commitdiff | tree |
2010-05-19 |
scottmk | Make sure that all bind variables have been assigned...
|
commit | commitdiff | tree |
2010-05-19 |
scottmk | Add partial support for bind variables: load them from the
|
commit | commitdiff | tree |
2010-05-18 |
scottmk | Fix a typo in a previous commit to the acq schema....
|
commit | commitdiff | tree |
2010-05-17 |
scottmk | Two changes to acq.edi_message:
|
commit | commitdiff | tree |
2010-05-12 |
scottmk | Add purchase_order column to acq.edi_message.
|
commit | commitdiff | tree |
2010-05-11 |
scottmk | Add "label" column to query.bind_variable
|
commit | commitdiff | tree |
2010-05-10 |
scottmk | Define an updatable view query.expr_xbind as those...
|
commit | commitdiff | tree |
2010-05-10 |
scottmk | Add to query.expression: foreign key bind_variable...
|
commit | commitdiff | tree |
2010-05-10 |
scottmk | Add table query.bind_variable.
|
commit | commitdiff | tree |
2010-05-08 |
scottmk | Revise the updatable views for the various types of...
|
commit | commitdiff | tree |
2010-05-06 |
scottmk | 1. Support negation of an expression (except in a few...
|
commit | commitdiff | tree |
2010-05-06 |
scottmk | 1. Add a boolean "negate" column to query.expression.
|
commit | commitdiff | tree |
2010-05-01 |
scottmk | Moved the datatype lookups from the drones to the listener...
|
commit | commitdiff | tree |
2010-04-30 |
scottmk | Use the oilsConnectDB function to connect to the database...
|
commit | commitdiff | tree |
2010-04-30 |
scottmk | 1. When a class name is available instead of a table...
|
commit | commitdiff | tree |
2010-04-29 |
scottmk | 1. Renamed function getRelation to oilsGetRelation.
|
commit | commitdiff | tree |
2010-04-29 |
scottmk | Implement .columns method of qstore server, to return...
|
commit | commitdiff | tree |
2010-04-28 |
scottmk | Add po_item column to auditor.acq_invoice_item_history.
|
commit | commitdiff | tree |
2010-04-28 |
scottmk | Create a reusable function for connecting to the database.
|
commit | commitdiff | tree |
2010-04-28 |
scottmk | Add a po_item column, pointing to acq.po_item, to acq...
|
commit | commitdiff | tree |
2010-04-28 |
scottmk | 1. Implement a messages method to return a list of...
|
commit | commitdiff | tree |
2010-04-28 |
scottmk | Eliminated the oilsExecSql function as a relic of an...
|
commit | commitdiff | tree |
2010-04-28 |
scottmk | Add keep_debits column to acq.cancel_reason.
|
commit | commitdiff | tree |
2010-04-28 |
scottmk | Implement .execute method of qstore server.
|
commit | commitdiff | tree |
2010-04-27 |
scottmk | Add acq.po_item table.
|
commit | commitdiff | tree |
2010-04-25 |
scottmk | Implement the .finish method for the qstore server.
|
commit | commitdiff | tree |
2010-04-20 |
scottmk | Implement the .prepare and .sql methods (except ignoring
|
commit | commitdiff | tree |
2010-04-19 |
scottmk | Fleshing out the qstore server a bit:
|
commit | commitdiff | tree |
2010-04-19 |
scottmk | Add a new service, open-ils.qstore. It is not yet...
|
commit | commitdiff | tree |
2010-04-12 |
scottmk | Restore the ability to set the maximum flesh depth...
|
commit | commitdiff | tree |
2010-04-09 |
scottmk | Add audit tables for acq.invoice, acq.invoice_item...
|
commit | commitdiff | tree |
2010-04-08 |
scottmk | Adding amount_paid columns to acq.invoice_item, acq...
|
commit | commitdiff | tree |
2010-04-08 |
scottmk | Add three columns to acq.invoice, plus a
|
commit | commitdiff | tree |
2010-04-08 |
scottmk | Split the cstore servers into several pieces.
|
commit | commitdiff | tree |
2010-04-07 |
scottmk | Add fund column to acq.invoice_item.
|
commit | commitdiff | tree |
2010-04-07 |
scottmk | Add boolean column "prorate" to acq.invoice_item_type.
|
commit | commitdiff | tree |
2010-04-03 |
scottmk | Create a separate function for adding datatype information
|
commit | commitdiff | tree |
2010-04-03 |
scottmk | Replace almost all remaining reference to the MODULENAME...
|
commit | commitdiff | tree |
2010-04-02 |
scottmk | Reduce dispatchCRUDMethod() to little more than a case...
|
commit | commitdiff | tree |
2010-03-29 |
scottmk | In query.stored query: make from_clause nullable, so...
|
commit | commitdiff | tree |
2010-03-29 |
scottmk | When propagating funds: propagate the balance_warning_percent
|
commit | commitdiff | tree |
2010-03-26 |
scottmk | Isolate the "search" and "id_list" methods in their...
|
commit | commitdiff | tree |
2010-03-25 |
scottmk | Reduce the use of conditional compilation, by replacing...
|
commit | commitdiff | tree |
2010-03-25 |
scottmk | Replace claim_interval column with claim_policy column...
|
commit | commitdiff | tree |
2010-03-25 |
scottmk | Replace acq.lineitem.claim_interval and acq.provider...
|
commit | commitdiff | tree |
2010-03-25 |
scottmk | Create two tables in acq schema: claim_policy and claim_poli...
|
commit | commitdiff | tree |
2010-03-25 |
scottmk | Corrected version number in the update to config.upgrade.log
|
commit | commitdiff | tree |
2010-03-25 |
scottmk | 1. In order to avoid repeated calls to the authentication...
|
commit | commitdiff | tree |
2010-03-24 |
scottmk | Clear up some muddlement in the design of query.from_relation.
|
commit | commitdiff | tree |
2010-03-23 |
scottmk | Tweak to reflect a better understanding of oilsUtilsQuickReq().
|
commit | commitdiff | tree |
2010-03-22 |
scottmk | Add the const qualifier to one variable. Tidy up white...
|
commit | commitdiff | tree |
2010-03-22 |
scottmk | Applied the const qualifier to a couple of variables.
|
commit | commitdiff | tree |
2010-03-22 |
scottmk | Fixing blooper in the version number of an upgrade...
|
commit | commitdiff | tree |
2010-03-18 |
scottmk | Performance tweak to oilsAuthComplete().
|
commit | commitdiff | tree |
2010-03-17 |
scottmk | Tweaked oilsAuthVerifyPassword(), mostly for clarity:
|
commit | commitdiff | tree |
2010-03-17 |
scottmk | Add four tables in acq schema: claim, claim_type, claim_even...
|
commit | commitdiff | tree |
next |