pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

12-Add-support-for-backups-and-connection-statement-cursor-division-of-responsibilities #13

Closed pharo-todd closed 4 years ago

pharo-todd commented 4 years ago

Added support for backups and clarified responsibilities or Connection, Statement, and Cursor.

tblanchard commented 4 years ago

Addresses Issue #12.

astares commented 4 years ago

CI Tests fail due to missing method:

SQLite3RowTest #testAsDictionary is failing in 6.1: MessageNotUnderstood: Dictionary class>>newFromKeys:andValues:

pharo-todd commented 4 years ago

I see, I suppose that is new in Pharo 8? I will do a workaround.