Skip to content

Commit

Permalink
deployed on Sat Mar 31 22:09:47 ART 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
sscarano committed Apr 1, 2012
1 parent 5a2e529 commit f2b0d0b
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Models.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object Computer {
select * from computer
left join company on computer.company_id = company.id
where computer.name like {filter}
order by {orderBy} nulls last
order by {orderBy}
limit {pageSize} offset {offset}
"""
).on(
Expand Down
Binary file modified target/scala-2.9.1/cache/compile/compile
Binary file not shown.
Binary file modified target/scala-2.9.1/cache/compile/package-bin/inputs
Binary file not shown.
Binary file modified target/scala-2.9.1/classes/models/Company$.class
Binary file not shown.
Binary file modified target/scala-2.9.1/classes/models/Computer$$anonfun$list$1.class
Binary file not shown.
Binary file modified target/scala-2.9.1/classes/models/Computer$.class
Binary file not shown.
Binary file modified target/scala-2.9.1/classes/models/Computer.class
Binary file not shown.
Binary file modified target/scala-2.9.1/classes/models/Page.class
Binary file not shown.
Binary file modified target/scala-2.9.1/computer-database_2.9.1-1.0.jar
Binary file not shown.
Binary file modified target/staged/computer-database_2.9.1-1.0.jar
Binary file not shown.
1 change: 1 addition & 0 deletions target/streams/compile/compile/$global/out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[info] Compiling 1 Scala source to /home/sas/dev/apps/computer-database/target/scala-2.9.1/classes...

0 comments on commit f2b0d0b

Please sign in to comment.