support for SELECT ... FOR UPDATE OF table_name #683
Labels
api
Related to library's API
enhancement
New feature or request
greenlit
Ready for implementation
mysql
Related to MySQL
postgres
Related to PostgreSQL
currently i can't find a way to add raw sql to SelectQueryBuilder
suggestion: maybe we can add a new parameter for
table_name
inSelectQueryBuilder.forUpdate()
methodedit: my current workaround Playground Link
It would be nice if i can do some auto-complete and type-safe for table_name.
The text was updated successfully, but these errors were encountered: