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

Commit Graph

  • bd54159446 Need tests for type_traits Roland Bock 2024-08-11 20:26:34 +0200
  • a6843f4518 More tests for aggregate functions Roland Bock 2024-08-11 11:05:36 +0200
  • 7f59918a09 Serialize tests compile and pass again Roland Bock 2024-08-10 21:35:23 +0200
  • b9987ccf4d Continued migration Roland Bock 2024-08-10 15:54:32 +0200
  • e17e9aebde serialize -> to_sql_string Roland Bock 2024-08-10 15:35:58 +0200
  • 3faecf6c01 Remove duplicate tests Roland Bock 2024-08-10 11:48:16 +0200
  • f5416f2581 Remove detail::enable_if_t and move void_t to compat Roland Bock 2024-08-10 10:18:10 +0200
  • 892583582b Move index_sequence into compat/utility.h Roland Bock 2024-08-10 09:53:33 +0200
  • 1339cbd0e6 Fix parentheses for aggregate functions Roland Bock 2024-08-10 09:30:20 +0200
  • 7a900b147c Fixed tests Roland Bock 2024-08-08 07:26:17 +0200
  • 069fcf79b5 Cleanup name tags in sqlpp17 style Roland Bock 2024-08-06 06:57:47 +0200
  • cec1eaa768 More tests Roland Bock 2024-08-05 20:26:54 +0200
  • b0ac371cea Add alias to aggregate functions Roland Bock 2024-08-04 16:32:59 +0200
  • ed0d10b58b More tests Roland Bock 2024-08-04 15:57:57 +0200
  • 8e688f3c34 More tests Roland Bock 2024-08-03 12:48:22 +0200
  • e3f95a8e69 Added placeholders for operator serialize tests Roland Bock 2024-08-03 12:14:00 +0200
  • dfa9924288 More tests and changed parentheses handling in operators Roland Bock 2024-08-03 11:41:32 +0200
  • 4a9f9c384c Remove option to compile tests with different standard Roland Bock 2024-08-03 10:29:20 +0200
  • a7ee6e5d3b More tests Roland Bock 2024-08-03 08:31:16 +0200
  • 42d1b61279 More tests Roland Bock 2024-08-02 07:23:24 +0200
  • 98a4ff9cb2 Add more tests Roland Bock 2024-07-30 21:39:59 +0200
  • 68a3265fdc More moves Roland Bock 2024-07-30 07:27:25 +0200
  • b9eca7db17 More moves Roland Bock 2024-07-30 06:45:00 +0200
  • 79da114c00 Move stuff out of compat namespace Roland Bock 2024-07-29 20:49:45 +0200
  • 3f73115356 Move stuff into core Roland Bock 2024-07-29 20:28:22 +0200
  • 91af6aa385 Still more moves Roland Bock 2024-07-29 07:00:12 +0200
  • 715839e18f More moves Roland Bock 2024-07-28 21:02:11 +0200
  • 44ce033845 Move more stuff Roland Bock 2024-07-28 20:49:19 +0200
  • df8e2b6c81 Move clauses into sub directory Roland Bock 2024-07-28 19:37:39 +0200
  • 6a92f139b7 More tests fixed Roland Bock 2024-07-27 19:25:38 +0200
  • 2b7b568c49 Continue fixing tests Roland Bock 2024-07-26 12:40:40 +0200
  • 46cffc8398 Ignore trailing spaces in sqlite3 statements, #585 Roland Bock 2024-07-26 14:13:11 +0200
  • 6a11df89ec Change table represenation Roland Bock 2024-07-25 20:13:38 +0200
  • 5578cce232 Rewrite select_as and add type tests Roland Bock 2024-07-23 20:27:06 +0200
  • 09a98736d7 Fix CRTP for parameterized_verbatim, #584 Roland Bock 2024-07-24 06:19:59 +0200
  • 505adb546a Fix incorrect for_update function, #583 Roland Bock 2024-07-23 20:58:25 +0200
  • d6f5e498b9 Fix incorrect expressions for paramterized_verbatim, #584 Roland Bock 2024-07-23 20:47:31 +0200
  • 4630bf7f0c More type tests Roland Bock 2024-07-21 19:33:33 +0200
  • 25faf6c4bb More tests Roland Bock 2024-07-21 13:04:17 +0200
  • d3daa90e0b custom_query tests Roland Bock 2024-07-21 12:01:37 +0200
  • 01c1e69eb3 More tests Roland Bock 2024-07-21 10:06:30 +0200
  • d2cb720746 Reactivate more tests Roland Bock 2024-07-21 07:57:58 +0200
  • 4e75cf349b Start reactivating tests Roland Bock 2024-07-19 21:01:59 +0200
  • 0f4d3b1451 Reduce error messages for serialize, add first serialize test for dynamic AND Roland Bock 2024-07-18 20:49:16 +0200
  • 7cc4e45abd Add dynamic to AND and OR Roland Bock 2024-07-18 20:17:57 +0200
  • 700c263f90 Introduce dynamic Roland Bock 2024-07-18 07:38:07 +0200
  • 25200ba4cb (Only) allow comparison with ANY and introduce BETWEEN Roland Bock 2024-07-17 07:43:19 +0200
  • 937dd31a13 Migrate column_t::as to using operator::as Roland Bock 2024-07-16 07:37:03 +0200
  • bdd87b9e03 Add enable_as Roland Bock 2024-07-15 07:57:08 +0200
  • 2d2f08007a Single column select has a value type Roland Bock 2024-07-15 07:44:29 +0200
  • 6c1d59ffc4 Remove data type wrappers (with compile failuers) Roland Bock 2024-07-14 13:07:41 +0200
  • 61030742b3 Removing more instances of wrap_operand Roland Bock 2024-07-14 12:09:00 +0200
  • 87f4c348e9 Added more tests and cleaned up type traits a bit Roland Bock 2024-07-13 21:04:06 +0200
  • c2c5f15690 Add basic serialize functions and start documenting differences Roland Bock 2024-07-13 13:39:36 +0200
  • 2b7e0ee6a5 Give operators a value Roland Bock 2024-07-10 07:50:21 +0200
  • 08f643460c No more type traits in generated code Roland Bock 2024-07-09 08:08:53 +0200
  • 4baede7434 Started to remove operand wrapping Roland Bock 2024-07-05 09:59:38 +0200
  • 6eb791430a More testing Roland Bock 2024-06-26 07:11:01 +0200
  • c70ceaceb0 Introduce optional select columns Roland Bock 2024-06-23 11:23:31 +0200
  • b869cbe5b2 Synchronize sql and generated code for connector tests Roland Bock 2024-06-16 18:45:26 +0200
  • 166b01a32f Fix missing includes, #578 Roland Bock 2024-06-21 21:54:19 +0200
  • e6bd90c489
    MySQL SSL & read_timeout options, and bind blob result bugfix (#577) Andrey Egorov 2024-06-19 19:32:17 +0100
  • 587c61f361
    Merge branch 'main' into mysql_ssl Andrey Egorov 2024-06-17 15:19:03 +0200
  • 110f31df32 MySQL SSL & read_timeout options, and bind blob result bugfix Andrey Egorov 2024-06-17 14:13:22 +0100
  • d7c54c949f Replace test column names with clearer names Roland Bock 2024-06-14 20:04:08 +0200
  • 0eac55c377 Move optional, string_view, and span into sqlpp::compat Roland Bock 2024-06-12 21:31:18 +0200
  • 8d0f3b3739 Clean up superfluous classes and functions Roland Bock 2024-06-08 18:33:40 +0200
  • c347b5d11c Remove dynamic query components Roland Bock 2024-06-08 11:35:54 +0200
  • bda77c620b Introduce optional, string_view, and span Roland Bock 2024-04-13 12:04:41 +0200
  • f6cb4d311a ddl2cpp: Add tests for the column isPrimaryKey property. MeanSquaredError 2024-06-12 03:36:53 +0300
  • ffd6618e58 Treat "PRIMARY KEY" columns as not nullable. MeanSquaredError 2024-06-12 03:20:32 +0300
  • c5585968cf ddl2cpp: Add tests for the column isPrimaryKey property. MeanSquaredError 2024-06-12 03:36:53 +0300
  • 685187cca5 Treat "PRIMARY KEY" columns as not nullable. MeanSquaredError 2024-06-12 03:20:32 +0300
  • 3497e5891d Improve the tests for invalid data types. MeanSquaredError 2024-06-11 18:48:06 +0300
  • 43fa5c445c ddl2cpp: Require word breaks when parsing SQL keywords. MeanSquaredError 2024-06-11 15:07:58 +0300
  • 1d79bdf1d1 Improve the tests for invalid data types. MeanSquaredError 2024-06-11 18:48:06 +0300
  • 48fc9a30a5 ddl2cpp: Require word breaks when parsing SQL keywords. MeanSquaredError 2024-06-11 15:07:58 +0300
  • 8797dfd79e Recognize serial2, serial4 and serial8 types when parsing SQL definitions in the ddl2cpp script. MeanSquaredError 2024-06-11 03:56:50 +0300
  • b0599658e2 Recognize serial2, serial4 and serial8 types when parsing SQL definitions in the ddl2cpp script. MeanSquaredError 2024-06-11 03:56:50 +0300
  • 2e8fd1bd1d Fix compilation issues with C++17 optional Roland Bock 2024-04-28 10:16:30 +0200
  • 465967715f Remove all result fields Roland Bock 2024-04-27 21:32:08 +0200
  • d7fb13889a All postgresql tests compile and pass Roland Bock 2024-04-27 11:47:39 +0200
  • afb2789bed Make postgresql tests compile Roland Bock 2024-04-27 08:29:19 +0200
  • b92a9a7656 Fix require_insert generation in sqlite2cpp.py #569 Roland Bock 2024-04-25 06:58:57 +0200
  • 9efbdd760d Make mysql usage tests compile Roland Bock 2024-04-21 17:45:59 +0200
  • de60752dd0 Make core tests compile Roland Bock 2024-04-21 12:30:33 +0200
  • 1ea1a3e9bf Add backports for string_view and span Roland Bock 2024-04-21 09:17:38 +0200
  • 249446eb43 First version of sqlpp::optional Roland Bock 2024-04-20 11:46:31 +0200
  • a830365809 Most sqlite3 tests compile, but text parameters are broken Roland Bock 2024-04-14 10:46:00 +0200
  • 41b64cdec5 Mini POC to get started with transition to using optional for result fields Roland Bock 2024-04-13 12:04:41 +0200
  • ac9d0b4417 Update the documentation for NULL #568 Roland Bock 2024-04-13 08:56:57 +0200
  • 637afd05ae Update FindMariaDB.cmake JoyBinY 2024-04-09 15:23:29 +0800
  • 73755af532
    Update FindMariaDB.cmake JoyBinY 2024-04-09 15:23:29 +0800
  • 75ce4f7b35
    Update Select.md Roland Bock 2024-04-07 10:10:05 +0200
  • eb2e569c2b Add time of day paramter for mysql #565 Roland Bock 2024-04-05 07:35:13 +0200
  • ce13f2a783 Add time of day support for mysql connector #563 Roland Bock 2024-03-29 10:55:56 +0100
  • fdbe08946b Add size() function to mysql::char_result_t #562 Roland Bock 2024-03-24 09:20:54 +0100
  • 93ab3fef86 Throw exception for multi-statements in sqlite3 execute #558 Roland Bock 2024-03-09 10:42:07 +0100
  • dccf3438d3
    Add a missing break to the switch case that handles PostgreSQL errors 40XXX. (#552) MeanSquaredError 2024-01-06 09:41:48 +0200
  • 526bb1cca0 Add a missing break to the switch case that handles PostgreSQL errors 40XXX. MeanSquaredError 2024-01-05 15:12:41 +0200