libraries/sqlpp11: Updated for version 0.45.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andre Barboza 2017-02-03 11:28:06 +00:00 committed by Willy Sudiarto Raharjo
parent 665e61089b
commit e1f57ac186
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 16 additions and 16 deletions

View file

@ -1,9 +1,9 @@
sqlpp11 offers you to code SQL in C++ almost naturally. You can use
tables, columns and functions. Everything has strong types which
sqlpp11 offers you to code SQL in C++ almost naturally. You can use
tables, columns and functions. Everything has strong types which
allow the compiler to help you a lot. At compile time, it will tell
about most of those pesky oversight errors you can make (typos,
comparing apples with oranges, forgetting tables in a select
statement, etc). And it does not stop at query construction.
about most of those pesky oversight errors you can make (typos,
comparing apples with oranges, forgetting tables in a select
statement, etc). And it does not stop at query construction.
Results have ranges, and strongly typed members, so that you can
browse through results in a type-safe manner, worthy of modern
browse through results in a type-safe manner, worthy of modern
C++.

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
sqlpp11: sqlpp11 (A type safe SQL template library for C++)
sqlpp11:
sqlpp11: sqlpp11 offers you to code SQL in C++ almost naturally. You
sqlpp11: can use tables, columns and functions. Everything has strong
sqlpp11: types which allow the compiler to help you a lot. At compile
sqlpp11: time, it will tell about most of those pesky oversight
sqlpp11: sqlpp11 offers you to code SQL in C++ almost naturally. You
sqlpp11: can use tables, columns and functions. Everything has strong
sqlpp11: types which allow the compiler to help you a lot. At compile
sqlpp11: time, it will tell about most of those pesky oversight
sqlpp11: errors you can make
sqlpp11:
sqlpp11:
sqlpp11:
sqlpp11:
sqlpp11: https://github.com/rbock/sqlpp11
sqlpp11:

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sqlpp11
VERSION=${VERSION:-0.44}
VERSION=${VERSION:-0.45}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="sqlpp11"
VERSION="0.44"
VERSION="0.45"
HOMEPAGE="https://github.com/rbock/sqlpp11"
DOWNLOAD="https://github.com/rbock/sqlpp11/archive/0.44/sqlpp11-0.44.tar.gz"
MD5SUM="1bb843efc37f5df35b8fbc557ad86a07"
DOWNLOAD="https://github.com/rbock/sqlpp11/archive/0.45/sqlpp11-0.45.tar.gz"
MD5SUM="2f97f7fed0c7621b387be18b5e2db883"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyparsing hinnant-date"