×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
initially I liked mysql. It supports mixed case column names. Has the
TEXT series of data types, which can store large text strings. Runs fast
on a linux PC and works well with node.js.
but MYSQL does not support procedure and function default parameters. ?
and no table functions?
no default parameters is a problem. Adding a parameter to a procedure
causes an error when I run exiting code that uses the procedure:
ER_SP_WRONG_NO_OF_ARGS: Incorrect number of arguments for PROCEDURE
steve.objectDefn_select; expected 2, got 0
I am using version 5.7 of mysql. Have not upgraded to newer version 8.
But not seeing much on google.
-Steve
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.