On Apr 16, 7:54 am, Florent <[email protected]> wrote:
> I overrode the constant in all these adapters:
> - db2 (same syntax than Oracle)
> - firebird (no temporary table support)
> - informix (TEMP instead of TEMPORARY)
> - oracle (GLOBAL TEMPORARY)
>
> I overrode also create_table_sql_list for mssql because the keyword
> '#'
> is just before the table name instead of the 'TABLE' keyword and
> modified
> the create_table_sql_list method for mysql.

These changes sound good.  I'll review your branch later today and try
to merge it.

> Question: How do you force adapter use in spec to test all this stuff
> without having to install all these databases ?
> I don't understand how DummyDatabase works...

That's a good question.  I'm not sure if all databases have the same
temporary table semantics.  If they do, an integration test could be
added.  If not, you can add adapter tests that are specific per
adapter.

Jeremy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to