do_postgres 0.10.4 → 0.10.5
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog.markdown +4 -0
- data/ext/do_postgres/do_common.c +2 -2
- data/lib/do_postgres/version.rb +1 -1
- data/tasks/compile.rake +1 -1
- metadata +6 -6
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
|
|
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: ruby
|
12
12
|
authors:
|
13
13
|
- Dirkjan Bussink
|
@@ -26,12 +26,12 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - "="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
hash:
|
29
|
+
hash: 61
|
30
30
|
segments:
|
31
31
|
- 0
|
32
32
|
- 10
|
33
|
-
-
|
34
|
-
version: 0.10.
|
33
|
+
- 5
|
34
|
+
version: 0.10.5
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id001
|
37
37
|
- !ruby/object:Gem::Dependency
|