misc/migration/3.12.0_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 26 Aug 2011 17:14:37 +0200
brancholdstable
changeset 7753 681ef2a664dd
parent 7540 074a6cec246b
permissions -rw-r--r--
work around cursor.rowcount not returning anything useful before 1st fetch with mssql (closes #1910869) use select count(*) from table to get the number of rows

if schema['TZDatetime'].eid is None:
    add_entity_type('TZDatetime')
if schema['TZTime'].eid is None:
    add_entity_type('TZTime')