Compare commits
10 Commits
7cdff6cd6c
...
54186aa7f4
| Author | SHA1 | Date | |
|---|---|---|---|
| 54186aa7f4 | |||
| a525c8c178 | |||
| 4b942a245a | |||
| d13468daa1 | |||
| 58ba476de2 | |||
| d2c7321ab0 | |||
| 2e7ec70b8b | |||
| db6d453b33 | |||
| 871ff2073c | |||
| aabc3d0a04 |
20
LICENSE
20
LICENSE
@@ -1,20 +0,0 @@
|
|||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2013 Yury Plashenkov
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
|
||||||
the Software without restriction, including without limitation the rights to
|
|
||||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
||||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
||||||
subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
||||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
||||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
||||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
21
LICENSE.md
Normal file
21
LICENSE.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2013 Yuri Plashenkov
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
31
README.md
31
README.md
@@ -1,5 +1,4 @@
|
|||||||
SQLite for Delphi and FreePascal/Lazarus
|
# SQLite for Delphi and FreePascal/Lazarus
|
||||||
========================================
|
|
||||||
|
|
||||||
SQLite is a software library that implements a self-contained, serverless, zero-configuration,
|
SQLite is a software library that implements a self-contained, serverless, zero-configuration,
|
||||||
transactional SQL database engine. The source code for SQLite is in the public domain and is thus
|
transactional SQL database engine. The source code for SQLite is in the public domain and is thus
|
||||||
@@ -9,28 +8,27 @@ engine in the world.
|
|||||||
This package contains complete SQLite3 API translation for Delphi and FreePascal/Lazarus, as well as
|
This package contains complete SQLite3 API translation for Delphi and FreePascal/Lazarus, as well as
|
||||||
a simple Unicode-enabled object wrapper to simplify the use of this database engine.
|
a simple Unicode-enabled object wrapper to simplify the use of this database engine.
|
||||||
|
|
||||||
|
## Compatibility
|
||||||
|
|
||||||
Compatibility
|
Compatible with Delphi 7 and later, and FreePascal/Lazarus.
|
||||||
-------------
|
|
||||||
|
|
||||||
Compatible with Delphi/C++Builder 6–XE5 and FreePascal/Lazarus.
|
## Installation and usage notes
|
||||||
|
|
||||||
|
|
||||||
Installation and usage notes
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
Unzip the package somewhere on your hard drive. Now you need to add the full path of the Source
|
Unzip the package somewhere on your hard drive. Now you need to add the full path of the Source
|
||||||
folder to your IDE options.
|
folder to your IDE options.
|
||||||
|
|
||||||
#### For Delphi 6–7 or C++Builder 6
|
#### For Delphi 7
|
||||||
|
|
||||||
Select *Tools > Environment Options* from the menu, then go to the *Library* tab and add the full
|
Select *Tools > Environment Options* from the menu, then go to the *Library* tab and add the full
|
||||||
path of this package's Source directory to the *Library Path*.
|
path of this package's Source directory to the *Library Path*.
|
||||||
|
|
||||||
#### For Delphi 2005 and up, or C++Builder 2006 and up
|
#### For Delphi 2005 and up
|
||||||
|
|
||||||
Select *Tools > Options* from the menu, then select *Environment Options > Delphi Options >
|
Select *Tools > Options* from the menu, then select *Environment Options > Delphi Options >
|
||||||
Library - Win32*, and add the full path of this package's Source directory to the *Library Path*.
|
Library - Win32*, and add the full path of this package's Source directory to the *Library Path*.
|
||||||
|
|
||||||
#### For Lazarus
|
#### For Lazarus
|
||||||
|
|
||||||
Select *Environment > Options* from the menu, then select *CodeTools*, and add the full path of this
|
Select *Environment > Options* from the menu, then select *CodeTools*, and add the full path of this
|
||||||
package's Source directory to the *Search Path* ("Additional source search path for all projects").
|
package's Source directory to the *Search Path* ("Additional source search path for all projects").
|
||||||
|
|
||||||
@@ -41,9 +39,12 @@ wrapper.
|
|||||||
Do not forget to distribute the shared library (sqlite3.dll for Windows, sqlite3.so for Linux) with
|
Do not forget to distribute the shared library (sqlite3.dll for Windows, sqlite3.so for Linux) with
|
||||||
your program.
|
your program.
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
Credits
|
- [Yuri Plashenkov](https://github.com/plashenkov), developer
|
||||||
-------
|
- [Marek Mauder](https://github.com/galfar), contributor
|
||||||
|
- [Alexander Kotliarskyi](https://github.com/frantic), contributor
|
||||||
|
|
||||||
Yury Plashenkov (http://www.plashenkov.com), developer.
|
## License
|
||||||
Marek Mauder (http://galfar.vevb.net), contributor.
|
|
||||||
|
This package is licensed under the [MIT license](LICENSE.md).
|
||||||
|
|||||||
@@ -1,31 +1,30 @@
|
|||||||
{*
|
{*
|
||||||
* SQLite for Delphi and FreePascal/Lazarus
|
* SQLite for Delphi and FreePascal/Lazarus
|
||||||
*
|
*
|
||||||
* This unit contains complete SQLite3 API translation
|
* This unit contains complete SQLite3 API translation.
|
||||||
* Version of SQLite: 3.6.22
|
* Version of SQLite: 3.6.22
|
||||||
*
|
*
|
||||||
* Copyright 2010-2013 Yury Plashenkov
|
* Copyright (c) 2013 Yuri Plashenkov
|
||||||
* http://plashenkov.github.io/sqlite/
|
|
||||||
*
|
*
|
||||||
* The MIT License (MIT)
|
* MIT License
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* a copy of this software and associated documentation files (the "Software"),
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
* to deal in the Software without restriction, including without limitation
|
* in the Software without restriction, including without limitation the rights
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
* and/or sell copies of the Software, and to permit persons to whom
|
* copies of the Software, and to permit persons to whom the Software is
|
||||||
* the Software is furnished to do so, subject to the following conditions:
|
* furnished to do so, subject to the following conditions:
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice shall be included in all
|
||||||
* in all copies or substantial portions of the Software.
|
* copies or substantial portions of the Software.
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* IN THE SOFTWARE.
|
* SOFTWARE.
|
||||||
*}
|
*}
|
||||||
|
|
||||||
unit SQLite3;
|
unit SQLite3;
|
||||||
|
|||||||
@@ -1,30 +1,29 @@
|
|||||||
{*
|
{*
|
||||||
* SQLite for Delphi and FreePascal/Lazarus
|
* SQLite for Delphi and FreePascal/Lazarus
|
||||||
*
|
*
|
||||||
* This unit contains miscellaneous utility functions
|
* This unit contains miscellaneous utility functions.
|
||||||
*
|
*
|
||||||
* Copyright 2010-2013 Yury Plashenkov
|
* Copyright (c) 2013 Yuri Plashenkov
|
||||||
* http://plashenkov.github.io/sqlite/
|
|
||||||
*
|
*
|
||||||
* The MIT License (MIT)
|
* MIT License
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* a copy of this software and associated documentation files (the "Software"),
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
* to deal in the Software without restriction, including without limitation
|
* in the Software without restriction, including without limitation the rights
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
* and/or sell copies of the Software, and to permit persons to whom
|
* copies of the Software, and to permit persons to whom the Software is
|
||||||
* the Software is furnished to do so, subject to the following conditions:
|
* furnished to do so, subject to the following conditions:
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice shall be included in all
|
||||||
* in all copies or substantial portions of the Software.
|
* copies or substantial portions of the Software.
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* IN THE SOFTWARE.
|
* SOFTWARE.
|
||||||
*}
|
*}
|
||||||
|
|
||||||
unit SQLite3Utils;
|
unit SQLite3Utils;
|
||||||
|
|||||||
@@ -1,30 +1,29 @@
|
|||||||
{*
|
{*
|
||||||
* SQLite for Delphi and FreePascal/Lazarus
|
* SQLite for Delphi and FreePascal/Lazarus
|
||||||
*
|
*
|
||||||
* This unit contains easy-to-use object wrapper over SQLite3 API functions
|
* This unit contains easy-to-use object wrapper over SQLite3 API functions.
|
||||||
*
|
*
|
||||||
* Copyright 2010-2013 Yury Plashenkov
|
* Copyright (c) 2013 Yuri Plashenkov
|
||||||
* http://plashenkov.github.io/sqlite/
|
|
||||||
*
|
*
|
||||||
* The MIT License (MIT)
|
* MIT License
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* a copy of this software and associated documentation files (the "Software"),
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
* to deal in the Software without restriction, including without limitation
|
* in the Software without restriction, including without limitation the rights
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
* and/or sell copies of the Software, and to permit persons to whom
|
* copies of the Software, and to permit persons to whom the Software is
|
||||||
* the Software is furnished to do so, subject to the following conditions:
|
* furnished to do so, subject to the following conditions:
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included
|
* The above copyright notice and this permission notice shall be included in all
|
||||||
* in all copies or substantial portions of the Software.
|
* copies or substantial portions of the Software.
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* IN THE SOFTWARE.
|
* SOFTWARE.
|
||||||
*}
|
*}
|
||||||
|
|
||||||
unit SQLite3Wrap;
|
unit SQLite3Wrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user