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

Commit Graph

  • 2aa9797117 style: Align CMake files with 4 spaces indent hwhsu1231 2022-11-24 22:20:54 +0800
  • f68872ca15 style: Align CMake files with 4 spaces indent hwhsu1231 2022-11-24 22:20:54 +0800
  • a144d32f66 Added lower() and upper() functions based on trim function lukasz palczewski 2022-09-19 12:37:28 +0200
  • 35a17efc0a Very rough draft for supporting views (#453) feature-view Roland Bock 2022-08-22 19:58:57 +0200
  • 159f4be66f Support schema in ddl #444 Roland Bock 2022-07-03 08:19:28 +0200
  • 648183fd64 Proper MariaDB and MySQl findPackage support Leon De Andrade 2022-03-29 16:52:18 +0200
  • 4e1be377cd Support schema in ddl #444 support_schema Roland Bock 2022-07-03 08:19:28 +0200
  • 4be8b9f654 Add example for #448 Roland Bock 2022-06-20 06:57:36 +0200
  • 6ae27a922e Add ddlBracedArguments to expressions Leonhard Kipp 2022-06-13 20:03:20 +0200
  • c84f34d6f9 Add failing testcase Leonhard Kipp 2022-06-13 20:02:55 +0200
  • b4d381bd88 Add ddlBracedArguments to expressions Leonhard Kipp 2022-06-13 20:03:20 +0200
  • b8ddb1073e Add failing testcase Leonhard Kipp 2022-06-13 20:02:55 +0200
  • 892e680a73 Add parser self-test to auto test suite Jürgen Hunold 2022-06-07 12:16:13 +0200
  • 3c344c0546 Add support for "rationale" column type from pg_rational extension Jürgen Hunold 2022-05-30 18:28:58 +0200
  • 7e8c789461 Add parser self-test to auto test suite Jürgen Hunold 2022-06-07 12:16:13 +0200
  • c3b0bdaa23 Add support for "rationale" column type from pg_rational extension Jürgen Hunold 2022-05-30 18:28:58 +0200
  • 57077cd32b Add standalone insert_columns function (#76) Roland Bock 2022-06-06 10:15:28 +0200
  • 256429730a Fix CMake warnings (CMP0115) Roland Bock 2022-06-06 10:14:01 +0200
  • f5be4095ae Allow parameter in having clause, see #443 Roland Bock 2022-05-22 13:50:53 +0200
  • 1e7f4b98c7 Added OR REPLACE clause Carlitxxx86 2022-04-24 09:15:05 -0400
  • 0c3c09dc2f Added instructions to ignore OR REPLACE clause Carlitxxx86 2022-04-23 10:47:48 -0400
  • 6072c9b01a
    Added OR REPLACE clause Carlitxxx86 2022-04-24 09:15:05 -0400
  • 03cefdfeaf
    Merge pull request #1 from Carlitxxx86/Carlitxxx86-patch-2 Carlitxxx86 2022-04-23 10:51:35 -0400
  • 997f6465b9
    Added instructions to ignore OR REPLACE clause Carlitxxx86 2022-04-23 10:47:48 -0400
  • 92fa9d365d Added sample table definitions for System-Versioning Carlitxxx86 2022-04-21 08:51:00 -0400
  • 31ef4f2e54 Added MariaDB keywords GENERATED and PERIOD Carlitxxx86 2022-04-19 18:45:46 -0400
  • a87b484ece
    Added sample table definitions for System-Versioning Carlitxxx86 2022-04-21 08:51:00 -0400
  • 14da3a2bca
    Added MariaDB keywords GENERATED and PERIOD Carlitxxx86 2022-04-19 18:45:46 -0400
  • 9bfee74a99 Fix parsing of float fields with scale digits Jürgen Hunold 2022-04-17 17:11:13 +0200
  • 011ad1a9d3 Fix parsing of float fields with scale digits Jürgen Hunold 2022-04-17 17:11:13 +0200
  • b50cc454b6 Fix constraints handling in ddl2cpp (#437) Roland Bock 2022-04-09 21:47:21 +0200
  • 1d5caca523 Allow value_or_null to be assigned to parameters (#435) Roland Bock 2022-04-02 08:27:38 +0200
  • 054728836c Proper MariaDB and MySQl findPackage support Leon De Andrade 2022-03-29 16:52:18 +0200
  • 052c8a9e3c
    Fix typo. Roland Bock 2022-03-13 11:22:10 +0100
  • 03671ea75e Fixed ddl2cpp test setup and checks. Mike Neilson 2022-03-10 20:13:38 -0800
  • 6477f09125 Added additional exception class. Mike Neilson 2022-03-10 20:11:30 -0800
  • bf550c5574 Fixed ddl2cpp test setup and checks. Mike Neilson 2022-03-10 20:13:38 -0800
  • b21819954b Added additional exception class. Mike Neilson 2022-03-10 20:11:30 -0800
  • b965b2a1df Fix warnings (#422) Roland Bock 2022-03-04 07:49:05 +0100
  • 9fc07ef757 Fix namespace closing comment order in ddl2cpp script Yuanhao Jia 2022-03-03 22:32:27 +0800
  • 2ed5aad60e Fix namespace closing comment order in ddl2cpp script Yuanhao Jia 2022-03-03 22:32:27 +0800
  • dd4d023bec
    Update README.md Roland Bock 2022-03-03 08:17:54 +0100
  • 1b10d36030 add mediumtext data type for mysql in ddl2cpp script linrongbin 2022-02-11 10:53:34 +0800
  • 4baef55be0 add mediumtext data type for mysql in ddl2cpp script linrongbin 2022-02-11 10:53:34 +0800
  • f7f2060c44 Add support for TIME columns in postgresql Jürgen Hunold 2022-02-07 20:45:39 +0100
  • b2166c636b Untabify test list Jürgen Hunold 2022-02-07 20:41:14 +0100
  • 1c3f02b7d4 Add support for TIME columns in postgresql Jürgen Hunold 2022-02-07 20:45:39 +0100
  • 34ff83843a Untabify test list Jürgen Hunold 2022-02-07 20:41:14 +0100
  • 5b3abca4b1 Partial rewrite of ddl2cpp Roland Bock 2022-02-06 17:25:24 +0100
  • d8a76fa282
    Fix part of issue #418 (#419) vrqq 2022-01-31 14:00:58 +0800
  • 1300bb31b1
    Fix part of issue #418 vrqq 2022-01-31 00:59:27 +0800
  • d8f841121b
    clone from origin/main (#417) Navid Jalali 2022-01-23 00:17:16 +0330
  • 9f7a95e1ee
    clone from origin/main Navid Jalali 2022-01-22 16:48:20 +0330
  • 62f987ef44
    Various additions to ddl2cpp for MySQL (#416) Zach Toogood 2022-01-16 18:22:17 +0200
  • 323d76a4de Various additions to ddl2cpp for MySQL Zach Toogood 2022-01-16 16:45:34 +0200
  • b8aed2af55 Address conversion warnings and fix UAF bug in test Roland Bock 2022-01-14 07:39:11 +0100
  • ccc75eafc7 Remove obsolete pointer indirection and some warnings Roland Bock 2022-01-11 07:34:17 +0100
  • d6aef0fa9b Remove obsolete pointer indirection, fix warnings and a leak Roland Bock 2022-01-10 07:40:36 +0100
  • 23ae65dd67
    add Dynamic-Insert.md (#413) linrongbin16 2022-01-11 14:31:24 +0800
  • 10b610a29c add explanation about execute dynamic insert statement linrongbin 2022-01-11 14:25:47 +0800
  • 8f6fd2acd9 change lame to simplistic linrongbin 2022-01-11 14:06:32 +0800
  • 723fcb6ea6 add Dynamic-Insert.md linrongbin 2022-01-11 09:49:31 +0800
  • 3be4893bfe Remove obsolete pointer indirection in mysql connector Roland Bock 2022-01-09 09:12:23 +0100
  • 40845e6b09 Remove incomplete connection pool Roland Bock 2022-01-08 19:02:29 +0100
  • 7d74b1d1a6 Add a few words about Thread Safety. Roland Bock 2022-01-08 18:51:24 +0100
  • 027223c515 Add basic documentation for transactions Roland Bock 2022-01-08 18:03:22 +0100
  • eb48909721 add example code for count(1) in Functions.md (#412) linrongbin16 2022-01-08 23:07:01 +0800
  • ff0cf67a21 fix return type linrongbin 2022-01-08 22:13:05 +0800
  • ed37ef828b add doc for count(1) linrongbin 2022-01-06 16:02:48 +0800
  • c5de27aab9 add doc for count(1) linrongbin 2022-01-06 15:59:58 +0800
  • 9b8463b1f6
    Update Home.md Roland Bock 2021-12-31 17:12:14 +0100
  • db969e9886
    Update Database.md Roland Bock 2021-12-31 17:11:18 +0100
  • b1b28715fe
    Update Tables.md Roland Bock 2021-12-31 17:09:28 +0100
  • a9cd886139
    Update Database.md Roland Bock 2021-12-31 16:54:38 +0100
  • a80b1d178c
    Update README.md Roland Bock 2021-12-18 11:39:24 +0100
  • 8429764ab0 Merge tag '0.61' into develop Roland Bock 2021-12-18 11:23:42 +0100
  • 2bc89b34ad Merge branch 'release/0.61' 0.61 Roland Bock 2021-12-18 10:52:54 +0100
  • 181cc5fb04 Fix compiler warnings. Roland Bock 2021-12-11 19:53:35 +0100
  • 91b7b34557 Fix broken test code, see #400 Roland Bock 2021-12-11 19:31:25 +0100
  • 36d3d30254 Support MySQL connect timeout option Andreas Sommer 2021-12-08 19:21:54 +0100
  • c37c8d36c5 Add missing includes Andreas Sommer 2021-12-08 19:56:53 +0100
  • a20566d5f8 Support MySQL connect timeout option Andreas Sommer 2021-12-08 19:21:54 +0100
  • b9a0e06af1 Add missing includes Andreas Sommer 2021-12-08 19:56:53 +0100
  • e7590dc004
    Add unsigned bind to postgresql (#395) Leon De Andrade 2021-12-04 10:52:26 +0100
  • f673e7b7a8 Add unsigned bind to postgresql Leon De Andrade 2021-11-25 23:09:07 +0100
  • d17bce9644
    Add Connector CMake Logic (#394) Leon De Andrade 2021-12-02 07:45:38 +0100
  • e4826dbe01 Adjust travis Leon De Andrade 2021-12-01 22:05:20 +0100
  • 5b5dff205d Add option to controll dependency searching Leon De Andrade 2021-12-01 21:51:17 +0100
  • 2fecf6b6f1 deps: fixed condition for fetching date::date Sergey Nikulov 2021-11-25 15:51:53 +0300
  • 4661a18245 deps: fixed condition for fetching date::date Sergey Nikulov 2021-11-25 15:51:53 +0300
  • b52798e5a2 Update documentation Leon De Andrade 2021-11-25 23:34:32 +0100
  • 1581a6b804 Install everything always Leon De Andrade 2021-11-25 23:09:07 +0100
  • 14e1681d7e Also install date when used with fetch content Leon De Andrade 2021-11-17 16:33:48 +0100
  • d461eef051 Use sqlpp11 not sqlpp17 Leon De Andrade 2021-11-17 16:25:27 +0100
  • 2f98d5b3db Add Connector Cmake logic Leon De Andrade 2021-11-17 16:16:49 +0100
  • 310a6245fa Added blob support for postgresql Roland Bock 2021-11-14 13:14:34 +0100
  • 4c942600bb Started to migrate postgresql connector into sqlpp11 repo. Roland Bock 2021-11-13 17:54:54 +0100
  • 13698d07c9 Fix compile error for c++11 Roland Bock 2021-11-11 07:21:28 +0100
  • 554c31dc23 Add missing includes Roland Bock 2021-11-11 06:30:00 +0100
  • b4acfa27e9 ddl2cpp: Fix compatibility with pyparsing 3+ Sylvain Joubert 2021-11-10 09:03:47 +0100