euphoria-io / heim

A real-time community platform.
https://euphoria.io
Other
872 stars 47 forks source link

Initial pieces of image upload #33

Closed ckingdev closed 8 years ago

ckingdev commented 9 years ago

I'm (obviously) still working on this but I wanted to get the basics into a PR to make sure I've got the building blocks right before I go too far.

Code handles upload commands, provides a psql table to store image data in, and a local file store to show the interface that will be used for storage plugins.

Thanks!

ckingdev commented 9 years ago

--- FAIL: TestBackend-2 (2.76s) integration_test.go:54: pq: syntax error at or near "{"

What's up with this test? As far as I can see the line it references doesn't exist.

logan commented 9 years ago

backend/psql/integration_test.go uses the migration *.sql files to stage a test database. You're using {} in https://github.com/cpalone/heim/blob/media2/backend/psql/migrations/011-media.sql when you probably meant ().

chromakode commented 8 years ago

Closing for now until we revisit this.