Skip to content

Commit

Permalink
should finally fix errors with MYSQLDB
Browse files Browse the repository at this point in the history
  • Loading branch information
CM Dev committed Apr 11, 2020
1 parent ac97761 commit 15c60cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/_ndatabase/code/bsql_adapter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
return result

/datum/db/adapter/bsql_adapter/proc/escape_string(str)
return connection.connection.Quote(str)
return connection.connection.Quote("[str]")

/datum/db/adapter/bsql_adapter/proc/get_filter_comparison(var/datum/db/filter/comparison/filter)
switch(filter.operator)
Expand Down

0 comments on commit 15c60cb

Please sign in to comment.