Commit Graph

52 Commits

Author SHA1 Message Date
Adam D. Ruppe 402c28a73e some more bugs and docs 2024-02-12 07:15:30 -05:00
Adam D. Ruppe 91ab8dbd79 return null for null instead of <null>, bringing it back to compatibility with pre 11.0 releases 2024-01-26 09:51:03 -05:00
Adam D. Ruppe bac154b557 better error messages 2023-11-22 18:59:33 -05:00
Adam D. Ruppe 8844c3c438 document another part of the breaking change 2023-09-12 21:28:36 -04:00
Adam D. Ruppe b1550ee5b0 prep for 11.1 - new angle, database regression, minigui theme tweaks 2023-09-08 21:32:58 -04:00
Adam D. Ruppe d26e98f247 fix regression in databasedatum 2023-08-31 10:39:14 -04:00
Adam D. Ruppe 6b96fb87d6 starting to move away from strings 2023-07-31 12:28:01 -04:00
John Colvin 3f1de5a834 trailing whitespace 2023-03-05 13:16:36 +00:00
Adam D. Ruppe 90e2f97726 nothing really 2023-01-31 20:35:26 -05:00
Adam D. Ruppe 6313c4a784 change of binary data - POTENTIALLY BREAKING - test your code 2022-08-02 12:08:53 -04:00
Adam D. Ruppe 671aacf86d little things 2021-11-27 22:21:05 -05:00
Adam D. Ruppe 7e4938690a some new web conveniences (experimental) and some bug fixes 2021-11-18 22:23:18 -05:00
Adam D. Ruppe 4b0f2b31a8 more catchup 2021-06-08 15:03:50 -04:00
MoonlightSentinel d86bc412fc
database_generation: Don't assign to functions, ... in populateFromDbRow
Using `tupleof` instead of `__traits(allMembers, ...)` skips over all
nested declarations that are not actual fields.
2021-05-07 22:02:30 +02:00
Adam D. Ruppe 06370534d1 basic header docs of all public modules 2019-12-06 23:03:19 -05:00
Adam D. Ruppe 6734ac6cf3 sundry minor fixes 2019-09-28 10:14:09 -04:00
Adam D. Ruppe 6ba9aad211 oops 2019-07-08 19:26:15 -04:00
Adam D. Ruppe 7c3e46d432 new dmd deprecations 2019-07-08 19:25:47 -04:00
Adam D. Ruppe acb833d724 lots of compatibility 2019-07-08 11:03:26 -04:00
Adam D. Ruppe 03315adfa6 so much amazing stuff 2019-07-07 22:44:11 -04:00
Adam D. Ruppe b7ad04afd9 im the worst at greys 2019-07-06 13:22:25 -04:00
Adam D. Ruppe 8a608eae3b keep my version 2019-06-14 10:11:45 -04:00
H. S. Teoh 47bacf0456 Range API needs size_t for .length. 2017-12-12 17:58:12 -08:00
Adam D. Ruppe c713cd6b63 selector bugs 2016-02-27 13:20:02 -05:00
Adam D. Ruppe 048a3b39d7 stuff 2015-11-22 14:19:19 -05:00
Adam D. Ruppe 18990bf44f idk 2014-06-07 20:34:59 -04:00
Adam D. Ruppe 68b9a610aa dmd 2.065 2014-02-24 13:14:20 -05:00
Adam D. Ruppe e9e25a08d4 replacing the old opDispatch now that some dmd bugs are fixed 2013-11-06 15:08:20 -05:00
Adam D. Ruppe 38c604356d catching up (again) 2013-05-30 18:45:26 -04:00
Adam D. Ruppe 65513f5ccf catch up 2013-04-11 07:59:49 -04:00
Adam D. Ruppe 56b42fc0bb Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff 2013-01-10 08:15:10 -05:00
Adam D. Ruppe 86d1a3dcb1 dmd 2.061 2013-01-10 08:15:04 -05:00
Robert Klotzner 27623f0d72 Added constructor to Query to allow dynamically generated args.
(It takes a Variant[] array)
2013-01-10 14:08:04 +01:00
Adam D. Ruppe f2943b90b3 Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff
Conflicts:
	database.d
2012-11-26 15:55:35 -05:00
Adam D. Ruppe f04ac953ad more functions 2012-11-26 15:54:04 -05:00
Robert Klotzner 5b38e9d7e0 Fixed some property syntax issues. 2012-11-26 21:49:57 +01:00
Adam D. Ruppe e677d8d445 catching up 2012-10-07 12:56:46 -04:00
Adam D. Ruppe 5b816cb7e7 catching up on lots of changes. 2012-08-11 00:24:04 -04:00
Adam D. Ruppe 0c94c232a4 better exception messages 2012-03-11 21:05:09 -04:00
Adam D. Ruppe 07238fab1f new opapply based iterator for queries 2012-02-15 13:54:30 -05:00
Trass3r cfb136120d x64 fixes 2011-12-10 13:53:19 +01:00
Adam D. Ruppe 2838aca3bb more 64 bit fixes 2011-12-01 12:02:49 -05:00
Adam D. Ruppe 8e84e162ba Merge commit '9d02'
i have no idea

Conflicts:
	mssql.d
2011-11-28 20:06:47 -05:00
Adam D. Ruppe 2cb611ad53 Merge commit '4a57064' 2011-11-28 20:04:26 -05:00
Adam D. Ruppe d921aedfd6 idk 2011-11-28 20:03:16 -05:00
Trass3r 9d027eb3f6 fix varargs code in database and a few errors in mssql + x64 2011-11-19 19:24:24 +01:00
Trass3r 4a57064709 more x64 and warning fixes 2011-11-19 19:20:43 +01:00
Trass3r 5b12187850 some x64 fixes 2011-11-09 02:58:52 +01:00
Adam D. Ruppe 5a9b0bfda9 more descriptive error messages 2011-10-27 10:24:43 -04:00
Adam D. Ruppe 55e8972e81 dmd 2.055 and std.datetime bullshit 2011-09-17 22:46:28 -04:00