0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
Commit Graph

1256 Commits

Author SHA1 Message Date
Roland Bock
e95294d044 Some README typos 2013-08-15 09:48:57 +02:00
Roland Bock
e4bcc27463 is_null() throws for invalid rows
result_row objects can be constructed with raw result rows representing
the end of the result set. Field values must not be accessed for such
rows. Thus, is_null() now throws an exception when called for a field of
an invalid row.
2013-08-15 09:32:24 +02:00
Roland Bock
7370f098b0 README: Clarified motivation and fixed a bunch of typos 2013-08-15 09:30:57 +02:00
Roland Bock
e6f086bbfa Cleaned up directory structure. 2013-08-14 06:34:11 +02:00
Roland Bock
705f39e379 Initial commit 2013-08-13 22:43:10 +02:00
rbock
7651d5f204 Initial commit 2013-08-13 12:49:34 -07:00