]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/c-apps/oils_qstore.c
Change the return type of the open-ils.qstore.prepare method.
[working/Evergreen.git] / Open-ILS / src / c-apps / oils_qstore.c
2010-06-10 scottmkChange the return type of the open-ils.qstore.prepare...
2010-05-20 scottmkImplement new param_list method, which returns a list of
2010-05-19 scottmkImplement open-ils.qstore.bind_param method, which...
2010-05-19 scottmkAdd partial support for bind variables: load them from the
2010-04-29 scottmkImplement .columns method of qstore server, to return...
2010-04-28 scottmkCreate a reusable function for connecting to the database.
2010-04-28 scottmk1. Implement a messages method to return a list of...
2010-04-28 scottmkImplement .execute method of qstore server.
2010-04-25 scottmkImplement the .finish method for the qstore server.
2010-04-20 scottmkImplement the .prepare and .sql methods (except ignoring
2010-04-19 scottmkFleshing out the qstore server a bit:
2010-04-19 scottmkAdd a new service, open-ils.qstore. It is not yet...