Activity
add test for exception during transaction
add test for exception during transaction
changed nested pass logic in favour of fail early and readability
changed nested pass logic in favour of fail early and readability
Better handling of existing tables and popilation at setup
Better handling of existing tables and popilation at setup
enabled testing of increment, decrement and truncate queries
enabled testing of increment, decrement and truncate queries
changed nested pass logic in favour of fail early and readability
changed nested pass logic in favour of fail early and readability
removed redundant parameters
removed redundant parameters
removed accidently duplicated method
removed accidently duplicated method
aded attach/detach tests for HasOne and BelongsTo
aded attach/detach tests for HasOne and BelongsTo
Check if args are all string ints first
Check if args are all string ints first
Added where_not_in to Collection
Added where_not_in to Collection
Merge branch 'fix/has_many_through_not_working' of https://github.com…
Merge branch 'fix/has_many_through_not_working' of https://github.com…
on Nov 21, 2024
renamed table variables
renamed table variables
fixed parameter name
fixed parameter name
Added ability so specify default select criteria for Models
Added ability so specify default select criteria for Models
make sure related attribute always contains a Collection
make sure related attribute always contains a Collection