summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorgerard sychay <[email protected]>2012-11-12 13:36:59 +0000
committerSimon Holywell <[email protected]>2012-11-12 13:36:59 +0000
commit9f9765dea96855126a21444725d819af4b523865 (patch)
tree5051f9e993f3b06aadece789de4b40d94273375a /README.markdown
parent004bfacb21b529f252b2cc22c6c84445280d38ff (diff)
Handle ambiguous column names when joining two tables
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 51b5b74..971e685 100644
--- a/README.markdown
+++ b/README.markdown
@@ -37,6 +37,7 @@ Changelog
* Add support for `MIN`, `AVG`, `MAX` and `SUM` - closes issue #16
* Add `group_by_expr` - closes issue #24
* Add `set_expr` to allow database expressions to be set as ORM properties - closes issues #59 and #43 [[brianherbert](https://github.com/brianherbert)]
+* Prevent ambiguous column names when joining tables - issue #66 [[hellogerard](https://github.com/hellogerard)]
#### 1.1.1 - release 2011-01-30