You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, WebGrid is tested against sqllite only. There will be grid helper classes added for #68 that aid in testing against postgres and SQL Server backends.
The text was updated successfully, but these errors were encountered:
- needed to stop the literal query compiler from using double percent signs for LIKE/ILIKE
- postgresql does not reseed autoincremented identifiers
- sqlite/postgresql have different query schemes for contains ops
- postgresql adds timezone info to casts
refs #82
Currently, WebGrid is tested against sqllite only. There will be grid helper classes added for #68 that aid in testing against postgres and SQL Server backends.
The text was updated successfully, but these errors were encountered: