From 9f9765dea96855126a21444725d819af4b523865 Mon Sep 17 00:00:00 2001 From: gerard sychay Date: Mon, 12 Nov 2012 13:36:59 +0000 Subject: Handle ambiguous column names when joining two tables --- README.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'README.markdown') 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 -- cgit v1.2.3