23 Commits

Author SHA1 Message Date
08113eef6e Upgraded to latest version of MySql.Data package. Added code to not try set the value of the primary key if it's not auto increment. 2024-03-16 09:31:33 -07:00
a796113329 Added missing functions needed to support string based ids for a few MySqlSession functions. Added the ability to get the name of a table from a row type. Bumped package version to 1.1.6 2024-03-16 09:14:06 -07:00
4796f2c51e Fixed a bug with the exists function for tables. Bumped package version to 1.1.5 2023-06-28 07:59:46 -07:00
cabbdc847a Added function to MySqlSession to check if a row exists. Bumped package version to 1.1.4 2023-06-23 10:10:17 -07:00
8cf3b2eac0 Added a new extension to see if a row exists by it's id. Bumped package version to 1.1.3 2023-06-23 09:58:23 -07:00
926fff38fd Added extension functions for getting a row by a string id, and deleting a row by a string id. 2023-06-13 15:10:51 -07:00
b323dc14eb Bumped package version to 1.1.2. Improved documentation, simplified the column attribute and added the ability to mark columns as unique. Indexes now don't need a name to be specified, one will be generated if none is provided, and a few other wording changes and renaming was done. 2023-06-13 15:08:40 -07:00
f38a08b1cf Exposed ExecuteReader and ExecuteNonQuery bumped package version, added documentation. 2023-02-22 10:32:15 -08:00
15e51b7a42 Simplified MySqlColumn by removing Default and Nullable. Added support for built in Nullable types. Bumped package version to 1.1.0 2023-02-22 08:06:42 -08:00
7595acb740 Added MySql ErrorCode to MySqlCommandException. Cleaned up code. Bumped version to 1.0.9 2023-02-02 08:42:29 -08:00
621d9c74fb Added new MySqlCommandException and improved exception handling for ExecuteReader and ExecuteNonQuery for ManagedConnections. Bumped package version to 1.0.8 2023-02-01 10:10:08 -08:00
b6a47ce023 Bumped package version to 1.0.7 and fixed a bug with the retry logic for ExecuteReader. 2023-02-01 09:52:09 -08:00
0348b26aec Improved documentation, bumped package version to 1.0.6 2023-01-31 18:24:29 -08:00
c4c39bfc46 Improved MySqlManagedConnection retry logic. Added new MySqlRowIndex attribute to specify the indexes for a given row. Improved documentation and the example program. Bumped version number to 1.0.5 2023-01-31 16:58:19 -08:00
74ffdebee3 Fixed bug with checking if a table exists or not. Bumped version to 1.0.4 2023-01-31 13:41:58 -08:00
287cb2d43d Added new functions and helpers to help create tables and set them up. Bumped package version to 1.0.3 2023-01-31 13:03:17 -08:00
70dd86766b Moved the DateTime To Unix converter an official converter apart of the library. Bumped package version to 1.0.2 2023-01-30 21:28:34 -08:00
b125aef0ff Bumped package version to 1.0.1 and included license and documentation file. 2023-01-30 20:25:00 -08:00
8cdcf02ab5 Implemented the MySqlColumn converter and added more example code. Improved documentation. Added new DeleteAll function. 2023-01-30 20:13:51 -08:00
2d85bf4d62 Added more documentation. Simplified and cleaned up code. Added new MySqlDataReader extensions to help with reading single rows or many rows. Added more helper session functions and new MySqlCommand extensions. 2023-01-30 18:21:30 -08:00
c7602f6b0a Simplified some logic and added initial Insert, Update, Get, Delete session functions. 2023-01-27 16:18:25 -08:00
41cd87b2f4 Working on initial project structure. 2023-01-27 11:34:31 -08:00
a3d6749271 Initial commit 2023-01-27 18:53:41 +00:00