appease the rdoc.info godz
This commit is contained in:
parent
3b2e7602a0
commit
10222fb455
|
@ -89,15 +89,15 @@ or
|
||||||
|
|
||||||
=== Array of Arrays
|
=== Array of Arrays
|
||||||
|
|
||||||
Pass the {:as => :array} option to any of the above methods of configuration
|
Pass the :as => :array option to any of the above methods of configuration
|
||||||
|
|
||||||
=== Array of Hashes
|
=== Array of Hashes
|
||||||
|
|
||||||
The default result type is set to :hash, but you can override a previous setting to something else with {:as => :hash}
|
The default result type is set to :hash, but you can override a previous setting to something else with :as => :hash
|
||||||
|
|
||||||
=== Others...
|
=== Others...
|
||||||
|
|
||||||
I may add support for {:as => :csv} or even {:as => :json} to allow for *much* more efficient generation of those data types from result sets.
|
I may add support for :as => :csv or even :as => :json to allow for *much* more efficient generation of those data types from result sets.
|
||||||
If you'd like to see either of these (or others), open an issue and start bugging me about it ;)
|
If you'd like to see either of these (or others), open an issue and start bugging me about it ;)
|
||||||
|
|
||||||
== Timezones
|
== Timezones
|
||||||
|
|
Loading…
Reference in New Issue