On Sun, Mar 7, 2010 at 23:41, Simon Cross <[email protected]> wrote:
> Elixir uses the SQLAlchemy field types. SQLAlchemy appears to have > built-in field types for most of PostGreSQL's special types [2] > including PGBigInteger for BIGINT. BIGSERIAL appears to be used > automatically if the PGSchemaGenerator finds a PGBigInteger field that > is autoincremented. > > [1] Unless there is some code in Elixir that explicitly checks the > type using, e.g., isinstance(x, int). This is not the case, so no worries. -- Gaƫtan de Menten -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
