Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 271954d

Browse files
committed
Release v0.6.9
1 parent fbb8e1f commit 271954d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎lib/postgresql_cursor/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PostgresqlCursor
4-
VERSION = "0.6.8"
4+
VERSION = '0.6.9'
55
end

‎test/helper.rb‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
class Product < ActiveRecord::Base
1313
has_many :prices
1414

15-
# create table records (id serial primary key);
15+
# create table products (id serial primary key, data varchar);
16+
# create table prices (id serial primary key, product_id integer references products(id));
1617
def self.generate(max=1_000)
1718
max.times do |i|
1819
connection.execute("insert into products values (#{i+1})")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /