Skip to content

Commit

Permalink
Merge pull request #158 from kitterma/master
Browse files Browse the repository at this point in the history
Fix non-ascii character in README.rst
  • Loading branch information
nemesifier authored Dec 19, 2016
2 parents 495eb6e + b59237e commit f7aa9a4
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 @@ -19,7 +19,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 f7aa9a4

Please sign in to comment.