2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
ruben
ddb3f14081 Removed date.h library 2020-06-21 15:49:30 +01:00
ruben
3407d818f6 Added support for Boost.Build 2020-06-12 23:44:30 +01:00
ruben
10761729be Added integration tests for invalid dates 2020-05-11 16:48:11 +01:00
ruben
1ae738c35b Renamed database and CMake library 2020-04-20 11:54:16 +01:00
ruben
a54c83ef6a Replaced tabs for spaces 2020-04-20 11:36:31 +01:00
ruben
16ef83b136 Added copyrights 2020-04-20 11:18:52 +01:00
ruben
7c4ed5760b Further increased max_connections 2020-04-16 12:02:05 +01:00
ruben
7c7f26c4fc Enhanced the test runner scripts for integ tests
Split db_setup.sql into regular + sha256
Added a Python script to conditionally run setup and tests
Modified the logic on SHA256 support
2020-04-06 16:44:12 +01:00
ruben
745064c009 Corrected handshake algorithm
Added integ tests for caching_sha256_password
2020-04-06 13:21:05 +01:00
ruben
242d0cd48a Made DB setups compatible with MariaDB 2020-03-13 21:37:28 +00:00
anarthal
84ef370e0d Increased max_connections so integ tests always pass 2020-03-01 17:05:00 +00:00
ruben
547adbf016 Added coverage for TIME in db types
Fixed bug in operator<< for times
Fixed bug in text deserialization for times
2020-02-20 21:45:06 +00:00
ruben
8558525ad0 Increased coverage for TIMESTAMP in db types 2020-02-20 17:55:26 +00:00
ruben
1f61966fa1 Added more coverage for DATETIME in db types 2020-02-20 04:50:28 +00:00
ruben
9b04abae8c Added stmt execute test with a NULL parameter 2020-02-18 17:18:41 +00:00
anarthal
54f72e37ed Made test scripts work under Windows
Solved problem with integration tests under MySQL 8.x (due to default auth plugin for root)
2020-01-14 22:26:29 +00:00
anarthal
59afa25b6b Added missing FLUSH PRIVILEGES at the end of db_setup 2020-01-14 16:50:48 +01:00
anarthal
683de183a5 Now db_setup ensures auth plugin for root user 2020-01-14 16:30:26 +01:00
ruben
a24758ea65 Corrected integ tests to work on MySQL 5.7.x
Changed TIMESTAMP column definition to be nullable (required in MySQL
5.7.x)
2020-01-13 13:15:16 +00:00
ruben
08732ccc00 Updated default for timestamp fields in integ db 2020-01-13 13:07:05 +00:00
ruben
c45e1318e3 Changed defaults for timestamp fields in integ tests 2020-01-13 13:00:08 +00:00
ruben
c2cebd1560 Completed query types tests 2020-01-09 14:42:43 +00:00
ruben
3f4c1332ef Added query types tests for strings with unicode 2020-01-09 10:33:21 +00:00
ruben
166ab64db3 Added query types tests for BINARY types 2020-01-09 09:41:14 +00:00
ruben
0a280fd6d5 Added query types tests for BINARY types 2020-01-08 19:36:46 +00:00
ruben
1cd661d5f9 Added query types test for SET 2020-01-08 18:20:19 +00:00
ruben
2772be06c7 Added query types tests for ENUM type 2020-01-08 18:16:52 +00:00
ruben
22b2cbd367 Added query types tests for string types 2020-01-08 18:13:09 +00:00
ruben
fe7e5a1a5c Added query types tests for YEAR type 2020-01-08 17:39:41 +00:00
ruben
ee8baae603 Added query types tests for TIME 2020-01-08 16:26:01 +00:00
ruben
b61d83c720 Added query types test for TIMESTAMP 2019-12-23 11:44:04 +00:00
ruben
c85283c7c0 Added query type tests for date and datetime 2019-12-23 11:31:53 +00:00
ruben
fdf3663ecb Added query types tests for floating point types 2019-12-23 10:24:42 +00:00
ruben
f69b6c26c4 Added query types tests for all int types 2019-12-23 09:16:29 +00:00
ruben
ca8e0f90ee Added query types tests for TINYINT 2019-12-23 07:42:07 +00:00
ruben
39ec8e1610 Added QueryTypesTest skeleton 2019-12-21 15:05:25 +00:00
ruben
49841d8ee4 Added resultset::fetch_many and some integ tests 2019-12-07 20:03:34 +00:00
ruben
a6b4af8cf0 Added metadat_validator for integ tests 2019-11-17 18:10:38 +00:00
ruben
5f5f6fe55b Extended connection::query tests for SELECTs 2019-11-11 15:32:04 +00:00
ruben
e78a2fbc9c Added first test for resultset::fetch_one
Added DeserializationContext::rewind
General bugfix
2019-11-11 13:53:59 +00:00
ruben
d5b5bf6015 Added query UPDATE test 2019-11-11 12:01:50 +00:00
ruben
8ecd3eb577 Bugfix for query_impl, integ test for INSERT 2019-11-11 11:52:35 +00:00
ruben
5e7595ac8a Removed small int types from value variant type
Added tests for deserialize_text_value TINYINT, SMALLINT, MEDIUMINT
Corrected bug deserializing TINYINTs
2019-11-09 11:26:43 +00:00
ruben
0cf0be1005 Added first version of query (text protocol)
Added deserialize_text_row
Added deserialize_text_value
Added execute_query
Added fetch_text_row
Added resultset
Added connection::query
2019-11-08 20:31:31 +00:00
ruben
1d64e30b46 Added test for column definition (float field) 2019-10-27 14:47:25 +00:00
ruben
3d7767d701 Added column definition test for aliased fields 2019-10-27 14:39:54 +00:00
ruben
47f10c96c5 Recovered column_definition
Added column definition flag constants
Added a test for column definition
2019-10-27 14:24:08 +00:00
ruben
11c1712005 Added support for blank password users 2019-10-27 12:22:42 +00:00