Re: [sqlalchemy] Purpose of assertion in table reflection test (1.1.9)

2017-06-21 Thread jan.karstens via sqlalchemy
But this is one of my next quests to figure out how closely they match > ORA. Again, a big thank you for the pointers into documentation and code! > > Am Freitag, 19. Mai 2017 22:03:47 UTC+2 schrieb Mike Bayer: >> >> >> >> On 05/18/2017 06:56 PM, jan.karstens via sqlalchem

[sqlalchemy] Purpose of assertion in table reflection test (1.1.9)

2017-05-18 Thread jan.karstens via sqlalchemy
Upgrading a specific dialect (EXASOL) to 1.1.9 made me stumble across this test (part of test_reflection.py): https://github.com/zzzeek/sqlalchemy/blob/rel_1_1_9/lib/sqlalchemy/testing/suite/test_reflection.py#L737 def test_get_table_names(self): tablenames = [ t for t in

Re: [sqlalchemy] Purpose of assertion in table reflection test (1.1.9)

2017-05-30 Thread jan.karstens via sqlalchemy
, 19. Mai 2017 22:03:47 UTC+2 schrieb Mike Bayer: > > > > On 05/18/2017 06:56 PM, jan.karstens via sqlalchemy wrote: > > Upgrading a specific dialect (EXASOL) to 1.1.9 made me stumble across > > this test (part of test_reflection.py): > > > > > ht