jeremy-morren

Results 4 comments of jeremy-morren

Just out of interest, what timeframe are we looking at for this feature?

This is because SQL Server uses Bit (1 or 0) for boolean values. Therefore EntityFramework must use `ORDER BY [field] ASC` in the SQL Statement. However, JetEntity uses the "Yes/No"...

About JetEntity generating the SQL, I later took a look around the repository and noticed that (I'm new to Open source). If it's any help, the Sql Generated is as...

'Migrate to System.Text.Json' say all the Microsoft Docs since 2019, yet here we are in March 2023 and Azure Functions doesn't support it.