morm/samples
Tomasz Sowa f7490594ad changed the way how the table name is set in a Model - added prepare_table() method
removed from Model:
virtual void table_name(PT::TextStream & stream);

added to Model:
virtual void prepare_table();
virtual void table(const wchar_t * table_name);
virtual void table(const wchar_t * schema_name, const wchar_t * table_name);
2021-03-11 12:22:37 +01:00
..
Makefile changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
Makefile.dep added FT class which is used in Model::field() methods 2021-03-10 16:20:11 +01:00
Makefile.o.dep added 'samples' directory for samples and tests 2019-08-21 15:59:03 +00:00
attachment.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
attachment2.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
basesample.h added 'samples' directory for samples and tests 2019-08-21 15:59:03 +00:00
language.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
main.cpp added support in Model for removing the whole tree 2019-09-05 16:32:35 +00:00
person.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
sample01.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
type.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00