merged
Showing
with
3149 additions
and
1544 deletions
bin/sequelize
0 → 100755
examples/fetch-associations/app.js
deleted
100644 → 0
lib/dialects/connector-manager.js
0 → 100644
lib/dialects/mysql/query-generator.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/dialects/mysql/query.js
0 → 100644
lib/dialects/query-generator.js
0 → 100644
lib/dialects/query.js
0 → 100644
lib/dialects/sqlite/connector-manager.js
0 → 100644
lib/dialects/sqlite/query-generator.js
0 → 100644
lib/dialects/sqlite/query.js
0 → 100644
lib/emitters/custom-event-emitter.js
0 → 100644
lib/migration.js
0 → 100644
lib/migrator.js
0 → 100644
lib/model-factory.js
0 → 100644
lib/model.js
0 → 100644
lib/query-chainer.js
0 → 100644
lib/query-interface.js
0 → 100644
lib/sequelize.js
0 → 100644
lib/sequelize/model-definition.js
deleted
100644 → 0
lib/sequelize/model.js
deleted
100644 → 0
lib/sequelize/query-chainer.js
deleted
100644 → 0
lib/sequelize/query-generator.js
deleted
100644 → 0
lib/sequelize/query.js
deleted
100644 → 0
lib/sequelize/sequelize.js
deleted
100644 → 0
File moved
spec/associations/belongs-to.spec.js
0 → 100644
spec/associations/has-many.spec.js
0 → 100644
spec/associations/has-one.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/migration.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/migrator.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/model-definition.spec.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/model-factory.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/model.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/mysql/associations.has-many.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/mysql/connector-manager.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/mysql/model-factory.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/mysql/query-generator.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/query-generator.spec.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
spec/query-interface.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/sequelize.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/sqlite/model-factory.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
spec/utils.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/ConnectorManager/idle.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/add-remove-association.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/belongs-to.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/build.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/count.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/create.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/destroy.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/equals.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/find-findAll-all.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/has-many.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/has-one.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/is-new-record.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/mixin.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/save.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/sync-drop.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/update-attributes.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Model/values.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/QueryGenerator/queries.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Sequelize/define.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Sequelize/import.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Sequelize/sync.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Utils/argsArePrimaryKeys.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/Utils/underscore.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/config.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment