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
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