1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

A fix for bigints with quoted constants ..

Same princpile can be applied to other expressions
This commit is contained in:
unknown
2002-08-16 20:31:48 +03:00
parent 7eb0ae193b
commit ae57debaba
4 changed files with 27 additions and 2 deletions

View File

@@ -50257,6 +50257,8 @@ each individual 4.0.x release.
@itemize @bullet
@item
Fixed a bug with bigint's and quoted strings ...
@item
Added @code{QUOTE()} function that performs SQL quoting to produce values
that can be used as data values in queries.
@item