glorp
glorp copied to clipboard
PharoDatabaseAccessor>>#connectionClassForLogin: should have an entry for SQLite3Platform
Add aLogin database class == SQLite3Platform ifTrue: [ ^ Smalltalk at: #SQLite3Driver ].
The entry for UDBCSQLite3Platform might be kept for backward compatibility?