Posts by MisterLimao Ml • 66 points
5 posts
- 
		0 votes1 answer144 viewsA: Integration tests using sqlite memory two api callsI managed to change my Startuptest.Cs to the IDbConnection use AddSingleton and on my test using _queryExecutor = _server.Host.Services.GetService(typeof(IQueryExecutor)) as IQueryExecutor; being… 
- 
		0 votes1 answer144 viewsQ: Integration tests using sqlite memory two api callsI’m having trouble making an Insert call (and creating the database) after query occurs that the database is in memory the problem is that ended called the database dies. It would be interesting if… 
- 
		0 votes1 answer77 viewsA: Sqlite in memory with Dapper generates non-existent table errorI managed to solve using _connection.Open();. 
- 
		0 votes1 answer77 viewsQ: Sqlite in memory with Dapper generates non-existent table errorI have the following code for table creation: string query = @"CREATE TABLE GVP_USERS_TAGS( ID integer NOT NULL PRIMARY KEY AUTOINCREMENT, DATEINS datetime NOT NULL DEFAULT (DATETIME('now')), NAME… 
- 
		5 votes2 answers2413 viewsA: How to calculate the average speed (Km/h)?http://developer.android.com/reference/android/location/Location.html#getSpeed() Obtain the speed, if available, in metres/second from the ground. If this location does not have a speed of 0.0 is… androidanswered MisterLimao Ml 66