From: Justin B. <jgb...@gm...> - 2009-09-17 14:54:05
|
If you want the numbers generated in Haskell, consider the 'value-supply' library on Hackage. It allows you to create a generator which you can pass around and which will generate a unique number for you, on demand. On Thu, Sep 17, 2009 at 7:45 AM, Colin Paul Adams <co...@co...> wrote: >>>>>> "Justin" == Justin Bailey <jgb...@gm...> writes: > > Justin> Not specifically. What are you looking for? > > I want an identity column, to uniquely number the rows of a table (and > use that number within the application). > > Justin> <co...@co...> wrote: > >> Does HaskellDB support identity columns (auto-incremented > >> integers)? > -- > Colin Adams > Preston Lancashire > |