Overview
Comment: | ObjSQLite3.h: Import all exceptions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d1beadb92df473b44078425ce2b60542 |
User & Date: | js on 2024-08-11 11:49:27 |
Other Links: | manifest | tags |
Context
2024-08-11
| ||
12:05 | Set version to 1.0 check-in: cad44bcb35 user: js tags: trunk, 1.0-release | |
11:49 | ObjSQLite3.h: Import all exceptions check-in: d1beadb92d user: js tags: trunk | |
11:48 | Use IRIs instead of paths check-in: 91e2a50711 user: js tags: trunk | |
Changes
Modified src/ObjSQLite3.h from [2848ca350d] to [428d0e7931].
︙ | ︙ | |||
14 15 16 17 18 19 20 | * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ #import "SL3Connection.h" #import "SL3PreparedStatement.h" | > > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ #import "SL3Connection.h" #import "SL3PreparedStatement.h" #import "SL3Exception.h" #import "SL3BindObjectFailedException.h" #import "SL3ClearBindingsFailedException.h" #import "SL3ExecuteStatementFailedException.h" #import "SL3OpenFailedException.h" #import "SL3PrepareStatementFailedException.h" #import "SL3ResetStatementFailedException.h" |