You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- name: GetAllBiogMain :manySELECT
c_personid as person_id,
c_name as name_py,
c_name_chn as name,
c_female as is_female
FROM
BIOG_MAIN
LIMIT
?
OFFSET
?;
Version
1.27.0
What happened?
Sqlite field types with size like
CHAR(255)
,CHAR(16)
,BOOLEAN(2)
etc were converted to interface{} incorrectly.Relevant log output
No response
Database schema
SQL queries
Configuration
Playground URL
https://play.sqlc.dev/p/92af62bf6b092599b40a0a424d07090367d6c8b64b4123bbcad4eb6c5bd4ce7c
What operating system are you using?
Windows, macOS
What database engines are you using?
SQLite
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: