Skip to content

Commit

Permalink
Fix non-UTF-8 character in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kitterma authored Nov 26, 2016
1 parent 61427e4 commit b59237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ django-hstore

You need **dynamic columns** in your tables. What do you do?

- Create lots of tables to handle it. Nice, now youll need more models and lots of additional sqls. Insertion and selection will be slow as hell.
- Create lots of tables to handle it. Nice, now you'll need more models and lots of additional sqls. Insertion and selection will be slow as hell.
- Use a **noSQL** database just for this issue. **Good luck**.
- Create a serialized column. Nice, insertion will be fine, and reading data from a record too. But, what if you have a condition in your select that includes serialized data? Yeah, regular expressions.

Expand Down

0 comments on commit b59237e

Please sign in to comment.