diff options
Diffstat (limited to 'test/lib/schema.py')
-rw-r--r-- | test/lib/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/schema.py b/test/lib/schema.py index 614e5863e..b4aabfe76 100644 --- a/test/lib/schema.py +++ b/test/lib/schema.py @@ -76,4 +76,4 @@ def _truncate_name(dialect, name): return name[0:max(dialect.max_identifier_length - 6, 0)] + "_" + hex(hash(name) % 64)[2:] else: return name - + |