morm/samples
Tomasz Sowa 43dfbd5d5a add possibility of calculating how many rows there were before LIMIT was applied
The Finder has get_rows_counter() method which returns how many rows there were
before LIMIT clause was applied. The select(...) method should be called with
Select::with_rows_counter flag in such a case.

while here:
- change the semantic of Finder, now the select(...) method takes a morm::Select flags,
  and we have such flags:
  - Select::no_auto_generated_columns - do not generate columns from models
  - with_rows_counter - add an additional column for the rows counter
- remove Finder::prepare_to_select() - now use select(...) with no_auto_generated_columns flag
2022-07-11 17:48:13 +02:00
..
Makefile add global Makefile 2022-06-26 06:15:19 +02:00
Makefile.dep add possibility of calculating how many rows there were before LIMIT was applied 2022-07-11 17:48:13 +02:00
attachment.h updated samples 2021-06-24 21:14:29 +02:00
attachment2.h updated samples 2021-06-24 21:14:29 +02:00
basesample.h added 'samples' directory for samples and tests 2019-08-21 15:59:03 +00:00
language.h updated samples 2021-06-24 21:14:29 +02:00
main.cpp updated samples 2021-06-24 21:14:29 +02:00
person.h updated samples 2021-06-24 21:14:29 +02: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 updated samples 2021-06-24 21:14:29 +02:00