[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[FMDB] index


Tests to validate proper execution of FMDB - sqlite3 interface.

How to run this tests

The tests are designed to run in iOS (coco8 platform).

Test pages


Index chunks

"Ensure the FMDatabase support exists"
self
    require: #FMDatabase
    in: #('u8:aleReimondo/coco8/library/FMDB.st.js')
(Smalltalk includesKey: #FMDatabase) ifFalse: [
    self print: 'Require FMDatabase support.'.
    self abort; abortPage.
]