We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502565e commit 1d12b11Copy full SHA for 1d12b11
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='django-mssql-backend',
20
- version='2.2.0',
+ version='2.3.0',
21
description='Django backend for Microsoft SQL Server',
22
long_description=open('README.rst').read(),
23
author='ES Solutions AB',
sql_server/pyodbc/functions.py
@@ -0,0 +1,5 @@
1
+from django.db.models.functions import Cast
2
+
3
4
+class TryCast(Cast):
5
+ function = 'TRY_CAST'
0 commit comments