This website requires JavaScript.
Explore
Help
Register
Sign In
mcndave
/
ulmus
Watch
1
Star
0
Fork
You've already forked ulmus
0
Code
Issues
16
Pull Requests
Projects
1
Releases
Wiki
Activity
Labels
Milestones
New Issue
Kanban
9
Uncategorized
{MySQL} Remove table creation / alteration from within Transaction
#14 opened
2024-06-17 20:02:26 +00:00
by
mcndave
Move Migration methods from AdapterInterface into it's own object (and interface)
#13 opened
2024-05-22 14:59:32 +00:00
by
mcndave
bug
Add a DebugInterface to handle sql query outputing more elegantly
#12 opened
2024-05-22 14:58:08 +00:00
by
mcndave
Transform AdapterInterface Const into enum
#11 opened
2024-05-07 19:47:29 +00:00
by
mcndave
Make sure AND / OR can't be overridden (while passing a bad parameter in querybuilder)
#7 opened
2023-02-03 14:11:48 +00:00
by
mcndave
bug
Transform const in Where into Enums
#6 opened
2023-02-03 14:10:58 +00:00
by
mcndave
enhancement
Add a LOT of error checks on @Relation annotation content
#3 opened
2022-12-19 16:58:34 +00:00
by
mcndave
bug
Allow tables without primary keys or with a group of keys
#2 opened
2022-12-19 16:58:01 +00:00
by
mcndave
enhancement
EntityCollection::buildArray each argument should be callable or stringable
#1 opened
2022-12-19 16:56:54 +00:00
by
mcndave
enhancement
entitycollection
0
To Do
0
In Progress
1
Done
Fix duplicated withJoin() fields.
#8 opened
2023-02-17 16:10:32 +00:00
by
mcndave
bug