Skip to content

Commit

Permalink
Example doesn't work without 'year' column
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet authored and ribasushi committed Mar 20, 2015
1 parent a8e561e commit cbb3ea4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ hobbs: Andrew Rodland <andrew@cleverdomain.org>
Ian Wells <ijw@cack.org.uk>
idn: Ian Norton <i.norton@shadowcat.co.uk>
ilmari: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
ingy: Ingy döt Net <ingy@ingy.net>

This comment has been minimized.

Copy link
@ingydotnet

ingydotnet Mar 20, 2015

Author

:D

initself: Mike Baas <mike@initselftech.com>
ironcamel: Naveed Massjouni <naveedm9@gmail.com>
jasonmay: Jason May <jason.a.may@gmail.com>
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Revision history for DBIx::Class

* Misc
- Remove warning about potential side effects of RT#79576 (scheduled)
- Various doc improvements (GH#72)
- Skip tests in a way more intelligent and speedy manner when optional
dependencies are missing
- Make the Optional::Dependencies error messages cpanm-friendly
Expand Down
3 changes: 2 additions & 1 deletion lib/DBIx/Class/Manual/Example.pod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Save the following into a example.sql in the directory db
CREATE TABLE cd (
cdid INTEGER PRIMARY KEY,
artist INTEGER NOT NULL REFERENCES artist(artistid),
title TEXT NOT NULL
title TEXT NOT NULL,
year TEXT
);

CREATE TABLE track (
Expand Down

0 comments on commit cbb3ea4

Please sign in to comment.