mutecomm / go-sqlcipher

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database
Other
159 stars 60 forks source link

cannot drop table column #24

Open black00100 opened 2 years ago

black00100 commented 2 years ago

Using 4.4.2 can successfully add table column, but cannot drop table column. I checked sqlite version-3.38.0 to support drop column. Could you update the sqlite that go-sqlcipher depends on to support drop column?