indirect access to DDLCompiler.get_column_specification via overrideable construct schema.CreateColumn

Issue #2463 resolved
Mike Bayer repo owner created an issue

so that @compiles(CreateColumn) can be used for things like this:

CREATE TABLE mytable (
  id INTEGER,
  foo SPECIAL DIRECTIVE XYZ
)

this is an optional for 0.8 thing.

Comments (3)

  1. Mike Bayer reporter

    a patch is attached, however some better system of injecting the custom CreateColumn elements into the CreateTable should be devised. People are going to want this to work automatically for certain types of columns. So think about this more.

  2. Log in to comment