CHANGELOG.rdoc in searchlogic-1.6.2 vs CHANGELOG.rdoc in searchlogic-1.6.3
- old
+ new
@@ -1,4 +1,14 @@
+== 1.6.3 released 2008-12-13
+
+* Added in avg, count, and sum modifiers for SQLite and Postgres.
+* Added ne for not_equal condition.
+* Ignore :include option for calculations since we don't need it and AR throws an error for polymorphic relationships.
+* Removed sum and count since they can not be in the WHERE statement, but must be in the HAVING statement
+* Added in auto joins for groups so that the joins don't have to be manually specified.
+* Use first column in column_names as the default column for calculations, since a column is required when using DISTINCT and some tables can have more than one primary key.
+* On associations see what the first conditions "any" status is to determine if to join with "ANY" or "AND"
+
== 1.6.2 released 2008-12-13
* Remove duplicate joins at a lower level for a cleaner and less brittle approach.
== 1.6.1 released 2008-12-8
\ No newline at end of file