Ticket #1003 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

Merge in Carl's SQL Parameter enhancements

Reported by: paul Assigned to: carl
Priority: major Milestone: 0.8.3
Component: db Version:
Keywords: Cc:

Description

Carl has improved the sending of parameters to the backend. Currently, the Dabo code that makes where clauses expects that the user will send the string literals inside the sql. Carl has split this apart so that parameter values get sent separately from the SQL statement, which is much more in line with the intent of the dbapi.

As far as I know, this has been tested on MySQL and SQLite.

Change History

03/19/2007 04:58:52 PM changed by paul

  • milestone changed from 0.9 to 0.8.

Let's get this committed now, and tested, for release with 0.8.

03/23/2007 09:44:57 PM changed by paul

  • milestone changed from 0.8 to 0.9.

Well, it could be that I royally screwed up the merge, but I can't get this to work at all (I tested with MySQL). As we need to be really confident that this works correctly in all cases before releasing it to stable, let's make it one of the first things we commit to 0.9, not one of the last things we commit to 0.8.

Carl, could you take a look at your branch and see what I may have done wrong? Thanks!