Blob support, closes #99 by janmeier · Pull Request #842 · sequelize/sequelize

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@janmeier

Copy link

Member

Added BLOB support for all dialects, with the option to use regular BLOB (Sequelize.BLOB), TINYBLOB (Sequelize.BLOB('tiny')) etc. For postgres, all blob types use bytea

@sdepold

Copy link

Member

sdepold commented

Aug 23, 2013

nice. thanks.

@sdepold sdepold merged commit f70f068 into sequelize:master

Aug 23, 2013

@janmeier janmeier deleted the blob branch

August 23, 2013 10:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@janmeier @sdepold