Closed GoogleCodeExporter closed 9 years ago
Ok.
I think it will be a separate branch.
Original comment by daggett....@gmail.com
on 19 Oct 2009 at 1:27
short analysis:
the type of the proxy table in sysobjects is 'U' (strange).
to filter out proxy tables we can use
select * from sysobjects where sysstat2 & 1024 = 1024
definition stored in sysattributes
definition types (sysattributes.object_info2):
1 table (view) ???
2 directory
3 rpc
4 file
5 function
6 internal
Original comment by daggett....@gmail.com
on 19 Oct 2009 at 7:52
Original comment by daggett....@gmail.com
on 24 Oct 2009 at 2:34
For now proxy tables will be located in tables as soon the type in sysoobjects
is the
same as for usual tables.
In revision #185 there is a correction for DDL generation.
It's not fully tested with directory, file, rpc remote table types.
Original comment by daggett....@gmail.com
on 1 Nov 2009 at 9:09
Original issue reported on code.google.com by
stefan.w...@telekom.de
on 19 Oct 2009 at 12:59