-
**Describe the bug**
I can't import .rec files from my owntracks sercver
**Version**
0.16.2
**To Reproduce**
Steps to reproduce the behavior:
1. Go to imports
2. Click on owntracks
3. …
-
Hello Team,
We have two DB connections in our project, one is for storing data in our Postgres DB, another connection is for IBM DB2, which has the actual data in it, we get the data from DB2 and p…
-
hi , i just created planet.ini file and ran:
```
pluto build planet.ini -t starter -o build
```
it says :
```
pluto/1.3.4 on Ruby 3.0.2 (2021-07-07) [x86_64-linux-gnu]
[info] db settin…
-
### Steps to reproduce
We have a list of records with the preferred status order and joins leading to no-unique results. As a result, we want to combine `in_order_of` with `distinct`. This works fi…
-
I am adding `PDO::ATTR_EMULATE_PREPARES => false` to `$PDO_OPTIONS` array in file `../lib/Connection.php` at line54. It is causing uncaught exception at:
../lib/adapters/MysqlAdapter.php(76): ActiveR…
-
But different in Rails4 and Rails5, and Is not it a problem?
When Rails5, not created the record, I was a little confused.
## Rails4
``` ruby
gem "activerecord", "< 5"
require "active_record"
ActiveR…
-
I've used DatabaseCleaner for several years (thanks!) without issues. But my current setup seems to not work properly.
Basic setup:
- Grape 0.19.2
- ActiveRecord 5.1.3 (+ otr-activerecord 1.2.4…
-
Here's the error in it's entirety starting when I try and load my schema via `rake db:schema:load` inside a rails project:
```
☄ rake db:schema:load --trace …
-
`select_all` method seems to always return empty column types.
rails 4.2.4 and activerecord-jdbcpostgresql-adapter 1.3.24
Consider this:
```
ActiveRecord::Base.connection.select_all("SELECT pg…
-
We started using the without_sticking feature of Makara, and noticed that after a short period of application up-time, the without_sticking would intermittently stop working. It appears, that it's sw…