• Joined on 2022-01-01
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-03 21:33:33 +00:00
19ccdb9026 Working on a client code generation feature to help speed up using an api built with this library.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-03 00:14:35 +00:00
f8704e425b Route arguments are now automatically url decoded by the RouteMatcher. Added a unit test to cover this case. Bumped package version to 1.1.8
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 21:33:16 +00:00
023654aba2 Cleaned up code and added new ResponseExtensions to help with bad requests.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 17:53:06 +00:00
c4f4704441 Removed release notes so it's not confusing.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 17:51:38 +00:00
cd6dd40fe2 Bumped package version to 1.1.6 and removed RouteListenerContext in favor of built in HttpListenerContext since it's already apart of .Net. Cleaned up code and build passes.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-02 16:42:35 +00:00
7595acb740 Added MySql ErrorCode to MySqlCommandException. Cleaned up code. Bumped version to 1.0.9
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 18:10:11 +00:00
621d9c74fb Added new MySqlCommandException and improved exception handling for ExecuteReader and ExecuteNonQuery for ManagedConnections. Bumped package version to 1.0.8
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 17:52:12 +00:00
b6a47ce023 Bumped package version to 1.0.7 and fixed a bug with the retry logic for ExecuteReader.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-02-01 16:06:43 +00:00
ad6faba71d Added code to prevent click event from bubbling since we are navigating to another route. Router state is now initialized with current location to make going back work correctly.
MattMo pushed to master at MontoyaTech/ignite-html 2023-02-01 03:14:50 +00:00
7ba146443f Fixed a bug with lists where elements would be in the wrong order in the DOM.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 02:24:34 +00:00
0348b26aec Improved documentation, bumped package version to 1.0.6
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 00:58:24 +00: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
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 21:42:02 +00:00
74ffdebee3 Fixed bug with checking if a table exists or not. Bumped version to 1.0.4
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 21:03:21 +00:00
287cb2d43d Added new functions and helpers to help create tables and set them up. Bumped package version to 1.0.3
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 05:28:39 +00:00
70dd86766b Moved the DateTime To Unix converter an official converter apart of the library. Bumped package version to 1.0.2
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 04:25:03 +00:00
b125aef0ff Bumped package version to 1.0.1 and included license and documentation file.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 04:13:55 +00:00
8cdcf02ab5 Implemented the MySqlColumn converter and added more example code. Improved documentation. Added new DeleteAll function.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-31 02:21:38 +00: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.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-28 00:19:08 +00:00
c7602f6b0a Simplified some logic and added initial Insert, Update, Get, Delete session functions.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-01-27 19:34:33 +00:00
41cd87b2f4 Working on initial project structure.