Hi guys,

So I've been doing some work on cleaning up the field classes in Drizzle and just pushed my work. All the subclasses have now been moved to a new directory called 'field' as discussed couple of weeks ago.

Here are the classes thats been ripped out of field.cc/.h and pushed individually out to '/field':

- BLOB
- DATE
- DATETIME
- DECIMAL
- DOUBLE
- INT64_T
- SHORT
- LONG
- NULL
- SET
- STRING
- VARSTRING
- TIMESTAMP
- TIME
- YEAR

I've left all baseclasses inside field.cc/.h and tested this patch with 64bit Ubuntu 8.04.

You can checkout the code like so:
bzr branch lp:~dev-torum/drizzle/field-cleanup

Here is the branch url:
https://code.launchpad.net/~dev-torum/drizzle/field-cleanup

Cheers,
Toru


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to