- 05 Jan, 2014 16 commits
-
-
DECIMAL() and DECIMAL(10,3) are not the same - but the type matches.
Martin Blumenstingl committed -
This fixed query generation (before the column type was always DECIMAL, even if DECIMAL(10,3) was specified).
Martin Blumenstingl committed -
This should fix min() and max() for postgres.
Martin Blumenstingl committed -
This gives us the possibility to use "instanceof DECIMAL" when needed.
Martin Blumenstingl committed -
Martin Blumenstingl committed
-
Also made rawSelect's data-types options more extensible and implemented the "DATE" case.
Martin Blumenstingl committed -
Martin Blumenstingl committed
-
FindAndCountAll test with associations
Mick Hansen committed -
Steffen Persch committed
-
Support through models with attributes in find/findAll includes
Mick Hansen committed -
Mick Hansen committed
-
findAndCountAll do not support {raw:true} option
Mick Hansen committed -
fix the problem by add the queryOptions param to findAndCountAll function
oubushixb committed -
Mick Hansen committed
-
1:1 setAssociation should not clobber fields (fixes #1183)
Mick Hansen committed -
Mick Hansen committed
-
- 04 Jan, 2014 24 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Refactoring queryGenerator to make it more ... DRY
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Refactor of setters/getters/values in regards to hydration, toJSON and more
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Add test and fix for hasMany selfAssociation with through option (Fixes #1184)
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-