diff src/luan/modules/sql/Sql.luan @ 1343:7d9a1f8894b0

lucene change indexed_only_field() to indexed_only_fields()
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 22 Feb 2019 10:12:05 -0700
parents a015a0b5c388
children 8d95711f6615
line wrap: on
line diff
--- a/src/luan/modules/sql/Sql.luan	Wed Feb 20 12:09:51 2019 -0700
+++ b/src/luan/modules/sql/Sql.luan	Fri Feb 22 10:12:05 2019 -0700
@@ -48,7 +48,7 @@
 				return nil
 			end
 			return result
-		end
+		end, rs
 	end
 
 	return database