@@ -176,19 +176,19 @@ def _compile_GeomFromWKB_MySql(element, compiler, **kw):
176
176
177
177
178
178
@compiles (functions .ST_GeomFromText , "mysql" ) # type: ignore
179
- @compiles (functions .ST_GeomFromEWKB , "mariadb" ) # type: ignore
179
+ @compiles (functions .ST_GeomFromText , "mariadb" ) # type: ignore
180
180
def _MySQL_ST_GeomFromText (element , compiler , ** kw ):
181
181
return _compile_GeomFromText_MySql (element , compiler , ** kw )
182
182
183
183
184
184
@compiles (functions .ST_GeomFromEWKT , "mysql" ) # type: ignore
185
- @compiles (functions .ST_GeomFromEWKB , "mariadb" ) # type: ignore
185
+ @compiles (functions .ST_GeomFromEWKT , "mariadb" ) # type: ignore
186
186
def _MySQL_ST_GeomFromEWKT (element , compiler , ** kw ):
187
187
return _compile_GeomFromText_MySql (element , compiler , ** kw )
188
188
189
189
190
190
@compiles (functions .ST_GeomFromWKB , "mysql" ) # type: ignore
191
- @compiles (functions .ST_GeomFromEWKB , "mariadb" ) # type: ignore
191
+ @compiles (functions .ST_GeomFromWKB , "mariadb" ) # type: ignore
192
192
def _MySQL_ST_GeomFromWKB (element , compiler , ** kw ):
193
193
return _compile_GeomFromWKB_MySql (element , compiler , ** kw )
194
194
0 commit comments