|
253 | 253 | support UTF8 except for Mule Internal Code, the Multilingual |
254 | 254 | Extensions for Emacs. An exception should be raised upon |
255 | 255 | connecting to a database by the backend if the backend cannot |
256 | | - accomodate this requirement. |
| 256 | + accommodate this requirement. |
257 | 257 |
|
258 | 258 | * Added `Eq` and `Typeable` instances for `Connection`. |
259 | 259 |
|
|
391 | 391 |
|
392 | 392 | * Changed the Identifier and QualifiedIdentifier to use Text in |
393 | 393 | order to avoid encoding errors. Technically this requires a |
394 | | - major verson bump, but let's pretend 0.4.1.0 didn't happen. |
| 394 | + major version bump, but let's pretend 0.4.1.0 didn't happen. |
395 | 395 |
|
396 | 396 | * Removed non-exhaustive cases in the ToField instance for Values, |
397 | 397 | and tweaked error messages. |
|
551 | 551 |
|
552 | 552 | * Added a brand new TypeInfo system that gives FromField instances |
553 | 553 | convenient and efficient access to the pg_type metatable. This |
554 | | - replaced the older typename cache, and was neccesary to properly |
| 554 | + replaced the older typename cache, and was necessary to properly |
555 | 555 | support postgres array types. Thanks to Bas van Dijk for his |
556 | 556 | work on this feature. |
557 | 557 |
|
|
643 | 643 | now the preferred way of dealing with `timestamp` (without time zone). |
644 | 644 |
|
645 | 645 | * `Database.PostgreSQL.Simple.Time` is a new module that offers types |
646 | | - that accomodate PostgreSQL's infinities. |
| 646 | + that accommodate PostgreSQL's infinities. |
647 | 647 |
|
648 | 648 | * All time-related `FromField`/`ToField` instances are now based on new, |
649 | 649 | higher-speed parsers and printers instead of those provided by the |
|
0 commit comments