sebarti

Results 6 comments of sebarti

Hi zzzeek Has this been followed up in anyway? Just curious as I would like to use temporal table in SQL Server and am stuck. If i use with_hint() it...

Thanks for your reply. It actually worked also for an ORM query. Now the date/datetime i want to pass comes from a web request. How can i sanitize the with_hint...

@zzzeek Sorry for my late reply. Thank you very much for the snippet. In general the with_hint() works to query temporal tables in SQL Server. I don't know if there...

Ok so using Query.from_statement(stmt) also deduplicates but using the 1.4 style without calling unique() returns all rows (also if used in combination with scalars() of course). The migration [docs](https://docs.sqlalchemy.org/en/14/changelog/migration_20.html#joinedload-not-uniqued) mention...

Hi I was hitting a similar wall as the author of this issue. I'm also using MSSQL. I don't explicitely declared the schema in the mapper if it refers to...