Sergei Shevlyagin

Results 12 comments of Sergei Shevlyagin

Name is deprecated, but that's still the thing that fixed it for me when using `TypeOrmOptionsFactory` ``` export class DbConfigServiceTest implements TypeOrmOptionsFactory { createTypeOrmOptions(): TypeOrmModuleOptions { return { type: 'sqlite',...

Thanks! Is that a bug on the part of SpringData or is ITERATION_ONLY simply not compatible anymore?