do_postgres 0.10.4-x86-mingw32 → 0.10.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog.markdown
CHANGED
data/ext/do_postgres/do_common.c
CHANGED
@@ -209,8 +209,8 @@ VALUE parse_time(const char *date) {
|
|
209
209
|
}
|
210
210
|
|
211
211
|
VALUE parse_date_time(const char *date) {
|
212
|
-
static char const* const _fmt_datetime_tz_normal = "%4d-%2d-%2d
|
213
|
-
static char const* const _fmt_datetime_tz_subsec = "%4d-%2d-%2d
|
212
|
+
static char const* const _fmt_datetime_tz_normal = "%4d-%2d-%2d%*c%2d:%2d:%2d%3d:%2d";
|
213
|
+
static char const* const _fmt_datetime_tz_subsec = "%4d-%2d-%2d%*c%2d:%2d:%2d.%*d%3d:%2d";
|
214
214
|
int tokens_read;
|
215
215
|
const char *fmt_datetime;
|
216
216
|
|
Binary file
|
Binary file
|
data/lib/do_postgres/version.rb
CHANGED
data/tasks/compile.rake
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: do_postgres
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 61
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10
|
9
|
-
-
|
10
|
-
version: 0.10.
|
9
|
+
- 5
|
10
|
+
version: 0.10.5
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- Dirkjan Bussink
|
@@ -24,12 +24,12 @@ dependencies:
|
|
24
24
|
requirements:
|
25
25
|
- - "="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
hash:
|
27
|
+
hash: 61
|
28
28
|
segments:
|
29
29
|
- 0
|
30
30
|
- 10
|
31
|
-
-
|
32
|
-
version: 0.10.
|
31
|
+
- 5
|
32
|
+
version: 0.10.5
|
33
33
|
type: :runtime
|
34
34
|
name: data_objects
|
35
35
|
prerelease: false
|