1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/lib/Db/MySQL
J. King 5cd84c4ab4 Validate configuration parameters on import, and other changes
- Each parameter is checked for type and normalized
- Interval strings are converted to DateInterval objects
- Timeouts can be specified as interval strings
- Most intervals can be null to signify infinity
- Driver classes are checked that they implement the correct interface
- Short driver names may be used, and are used by default
- Helpful errors messages are printed in case of erroneous configuration

Exporting is currently broken; this will be fixed in an upcoming commit
2019-01-20 22:40:49 -05:00
..
Driver.php Validate configuration parameters on import, and other changes 2019-01-20 22:40:49 -05:00
ExceptionBuilder.php Handle connection errors 2019-01-15 10:51:55 -05:00
PDODriver.php Handle connection errors 2019-01-15 10:51:55 -05:00
PDOStatement.php Experimental native MySQL driver 2019-01-10 19:01:32 -05:00
Result.php Fixes for MySQL native interface 2019-01-13 23:17:19 -05:00
Statement.php Various changes: 2019-01-15 08:58:11 -05:00