Question: Should postgres-adapter
& mysql-adapter
implement the two-parameter acquireMigrationLock()
?
#456
Labels
built-in dialect
Related to a built-in dialect
mysql
Related to MySQL
postgres
Related to PostgreSQL
question
Further information is requested
The interface for
createAdapter()
requires a functionacquireMigrationLock()
that since a few versions back have a new signature:acquireMigrationLock(db)
acquireMigrationLock(db, options)
This is the commit that changed the interface ~3 months ago: fbcf3e3
Neither the MySQL adapter nor the Postgres adapter are implementing this interface.
Not sure if this is an issue, so feel free to close/ disregard, but flagging since I found it odd. Discovered when I was trying to track down an issue with SST where
kysely-codegen
doesn't seem to execute.The text was updated successfully, but these errors were encountered: