andreasrueedlinger

Results 4 comments of andreasrueedlinger

I have a similar scenario as @Tiketti: I run unit tests on sqlite with fixed id values for better test fixture data creation and assertions. For end-to-end tests I use...

@pleerock What do you think about my proposition to make it configurable in connection options to allow fixed ids set by code instead of the current intransparent expections?

@anodynos see my PR here: https://github.com/typeorm/typeorm/pull/2722 But I did not get any feedback so far for my proposition. For the time being I am using the following workaround in my...

Are there any plans to implement this soon? See also #206