You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check to see if numeric_precision is set, before calling setPrecision in PostgresAdapter, to avoid unsetting the limit previous set while getting columns from the database.
Added testAddStringWithLimit to PostgresAdapterTest to assure that limits are being properly set.
Updated ManagerTest->testMigrationWithCustomColumnTypes to no longer expect pgsql to return null for limit of custom columns.
0 commit comments