Justin Falk
Justin Falk
After a couple of days and thousands of successfully processed messages our JMS message listener encountered a server-side AWS error. While attempting to recover it blocked all of the threads...
The current MSSQL implementation fails to find Identity columns in non-dbo schemas. In list-all-columns.sql the query uses ``` object_id(c.TABLE_NAME) ``` which limits the scope of the object query to the...
The current default rules do not create sequences for bigint or smallint identity columns in MSSQL. The proposed changes add this behavior to the default rules by casting to bigserial...