-
```
In Postgresql if your column name is not ONLY lowercase (it is upper case
or mix case) you need to put it in quotes in the query.
I made a quick and unoptimized hack in RowEnumerator.cs, Execute…
-
```
stats received from the server (at least half of them, i see normal stats, dont
see the new per tank ones), but still empty
[000] [BattleLoading] Show Players Statistics = true
=> GetFileInfor…
-
```
In Postgresql if your column name is not ONLY lowercase (it is upper case
or mix case) you need to put it in quotes in the query.
I made a quick and unoptimized hack in RowEnumerator.cs, Execute…
-
The following markdown:
``` markdown
# Verification run 1
This file describes the parameters for this production run of RDR2.
## Location
/luna4/maye/rdr_out/verification
## Calibration settings
* JP…
-
``` python
rdr2.to_csv('jdate_test_out.csv', index=False)
csvtest = pd.read_csv('jdate_test_out.csv')
print csvtest.jdate.ptp()
rdr2.to_csv('jdate_test_out.csv', index=False, engine='fast')
csvtest = …
-
Java allows
```
try (r1 = getResource(), r2 = getResource(), r3 = getResource()) {
...
}
```
I think this is quite useful, we should think about allowing this ourselves as well.