GoLang sqlite_error_string

request it (325)
GoLang replacement for PHP's sqlite_error_string [edit | history]



Do you know a GoLang replacement for PHP's sqlite_error_string? Write it!

PHP sqlite_error_string

PHP original manual for sqlite_error_string [ show | php.net ]

sqlite_error_string

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

sqlite_error_stringReturns the textual description of an error code

Description

string sqlite_error_string ( int $error_code )

Returns a human readable description of the error_code returned from sqlite_last_error().

Parameters

error_code

The error code being used, which might be passed in from sqlite_last_error().

Return Values

Returns a human readable description of the error_code, as a string.

See Also