Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
Jack Christensen
|
c5b652f3d2
|
PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so that Postgres doesn't incorrectly offset-adjust values inserted into TIMESTAMP WITH TIME ZONE columns [#3777 state:resolved]
|
2010-01-25 20:57:07 -06:00 |
|
Leonardo Borges
|
0c391b46fb
|
PostgreSQL: XML datatype support
[#1874 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-08-09 22:24:54 -07:00 |
|
Frederick Cheung
|
a6cca5d1fc
|
Ensure postgresql tests work when starting from scratch.
|
2008-04-30 21:54:54 +12:00 |
|
Frederick Cheung
|
a4fc93c3a9
|
Use schema.rb for all databases
Move adapter specific schema into their own files
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-04-22 13:55:13 +12:00 |
|