Re: [sqlite] I suspect not - but is the database separator configurable?

2013-02-03 Thread Message Adams
Thanks for everyone's help. Unfortunately, as Ryan highlighted, the double quotes around the table 'database..name' cannot be handled by sybase. It's a shame as I rather like Sqlite and works soo well with Python. All the best, Marc On 02/02/13 07:56, Mohit Sindhwani wrote: Hi Ryan, On

[sqlite] I suspect not - but is the database separator configurable?

2013-02-01 Thread message adams
Greetings; I've recently started using sqlite within Python, to help unit-test my applications. My applications actually run against sybase, but I'd love to use a connection to an in-memory sqlite to carry out my testing. As part of the unit-test, I'd pass the sqlite conenction into my source