We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
examples: update table name to fix identifier case sensitivity - Rename `squareNum` table to `square_num` - Rename `squareNumber` column to `square_number` for better readability and consistency - Add newline characters in print statements for proper output formatting.
Updated Examples (markdown)
remove notes regarding deprecated Go versions
small change on the explanation of sql.DB
Update go-sql-tutorial URL
Make tutorial ref bold... still needs more colors ;)
Reference the go-database-sql-tutorial by @xaprb
Remove &charset=utf8
db.Ping() Go version clarification
Added sql.Open note + comments on panic() Fixes issue #82
revert DSN changes
one `@` should be enough for everyone...
Remove obsolete time.Time workaround
Ignoring NULL values
changed package path to lowercase
added missing import
typo